Skip to content

Commit

Permalink
Merge pull request #49 from hnaderi/update/snakeyaml-engine-2.7
Browse files Browse the repository at this point in the history
Update snakeyaml-engine to 2.7
  • Loading branch information
mergify[bot] authored Aug 27, 2023
2 parents 1393616 + 227448e commit 01a902a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ lazy val snakeyaml = module("snake") {
.dependsOn(core, tests % Test)
.settings(
description := "yaml4s JVM parser using snake yaml engine",
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.6"
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.7"
)
}

Expand Down

0 comments on commit 01a902a

Please sign in to comment.