We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa9939 commit 985c97bCopy full SHA for 985c97b
build.sbt
@@ -66,7 +66,7 @@ lazy val root = (project in file("."))
66
"eu.neverblink.jelly" % "jelly-core-protos-google" % jellyV,
67
"com.github.alexarchambault" %% "case-app" % "2.1.0",
68
"org.scalatest" %% "scalatest" % "3.2.19" % "test,test-serial",
69
- "org.yaml" % "snakeyaml" % "2.5" % Test,
+ "org.yaml" % "snakeyaml" % "2.6" % Test,
70
// For native-image reflection compatibility
71
"org.graalvm.sdk" % "graal-sdk" % graalvmV % "provided",
72
"org.reflections" % "reflections" % "0.10.2",
0 commit comments