Skip to content

Commit ebacd45

Browse files
Update snakeyaml to 2.7
1 parent d2ebad1 commit ebacd45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ lazy val zioJsonYaml = project
308308
.settings(buildInfoSettings("zio.json.yaml"))
309309
.settings(
310310
libraryDependencies ++= Seq(
311-
"org.yaml" % "snakeyaml" % "2.6",
311+
"org.yaml" % "snakeyaml" % "2.7",
312312
"org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0",
313313
"dev.zio" %% "zio" % zioVersion,
314314
"dev.zio" %% "zio-test" % zioVersion % Test,

0 commit comments

Comments
 (0)