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