Skip to content

Commit 985c97b

Browse files
Update snakeyaml to 2.6 (#266)
1 parent dfa9939 commit 985c97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ lazy val root = (project in file("."))
6666
"eu.neverblink.jelly" % "jelly-core-protos-google" % jellyV,
6767
"com.github.alexarchambault" %% "case-app" % "2.1.0",
6868
"org.scalatest" %% "scalatest" % "3.2.19" % "test,test-serial",
69-
"org.yaml" % "snakeyaml" % "2.5" % Test,
69+
"org.yaml" % "snakeyaml" % "2.6" % Test,
7070
// For native-image reflection compatibility
7171
"org.graalvm.sdk" % "graal-sdk" % graalvmV % "provided",
7272
"org.reflections" % "reflections" % "0.10.2",

0 commit comments

Comments
 (0)