We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a95a7f commit 5b7f6daCopy full SHA for 5b7f6da
1 file changed
build.sbt
@@ -81,7 +81,7 @@ lazy val snakeyaml = module("snake") {
81
.dependsOn(core, tests % Test)
82
.settings(
83
description := "yaml4s JVM parser using snake yaml engine",
84
- libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.9"
+ libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.10"
85
)
86
}
87
0 commit comments