Skip to content

Commit

Permalink
Update snakeyaml-engine to 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Jan 16, 2025
1 parent b6e6b52 commit b579517
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 @@ -81,7 +81,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.8"
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.9"
)
}

Expand Down

0 comments on commit b579517

Please sign in to comment.