Skip to content

Commit

Permalink
Update snakeyaml to 2.2 (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 29, 2023
1 parent ce08b31 commit 6cf7935
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 @@ -250,7 +250,7 @@ lazy val zioJsonYaml = project
.settings(buildInfoSettings("zio.json.yaml"))
.settings(
libraryDependencies ++= Seq(
"org.yaml" % "snakeyaml" % "2.0",
"org.yaml" % "snakeyaml" % "2.2",
"dev.zio" %% "zio" % zioVersion,
"dev.zio" %% "zio-test" % zioVersion % "test",
"dev.zio" %% "zio-test-sbt" % zioVersion % "test"
Expand Down

0 comments on commit 6cf7935

Please sign in to comment.