Skip to content

Commit

Permalink
Update snakeyaml-engine to 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Sep 18, 2024
1 parent 924573e commit d9f7355
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 d9f7355

Please sign in to comment.