Skip to content

Commit

Permalink
Merge pull request #150 from hnaderi/update/snakeyaml-engine-2.8
Browse files Browse the repository at this point in the history
Update snakeyaml-engine to 2.8
  • Loading branch information
mergify[bot] authored Sep 18, 2024
2 parents 924573e + d9f7355 commit 8ab464a
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 @@ -83,7 +83,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.7"
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.8"
)
}

Expand Down

0 comments on commit 8ab464a

Please sign in to comment.