Skip to content

Commit

Permalink
Update snakeyaml to 2.3 (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 1, 2024
1 parent 30ef40c commit d699c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ lazy val zioJsonYaml = project
.settings(buildInfoSettings("zio.json.yaml"))
.settings(
libraryDependencies ++= Seq(
"org.yaml" % "snakeyaml" % "2.2",
"org.yaml" % "snakeyaml" % "2.3",
"dev.zio" %% "zio" % zioVersion,
"dev.zio" %% "zio-test" % zioVersion % "test",
"dev.zio" %% "zio-test-sbt" % zioVersion % "test"
Expand Down

0 comments on commit d699c04

Please sign in to comment.