We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b3717a + 62a61d7 commit 7595838Copy full SHA for 7595838
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.10"
+ libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "3.0"
85
)
86
}
87
0 commit comments