Skip to content

Commit

Permalink
Update circe-yaml to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 5, 2024
1 parent e4072db commit 5c7eb82
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 @@ -31,7 +31,7 @@ libraryDependencies ++= {
"com.outr" %% "scribe-slf4j" % "3.11.9",
"io.circe" %% "circe-core" % "0.14.5",
"io.circe" %% "circe-generic" % "0.14.5",
"io.circe" %% "circe-yaml" % "0.14.2",
"io.circe" %% "circe-yaml" % "0.16.0",
"com.github.alexarchambault" %% "case-app" % "2.0.6",
"org.scalaz" %% "scalaz-core" % "7.3.8",
"dev.zio" %% "zio-test" % zioVersion % Test,
Expand Down

0 comments on commit 5c7eb82

Please sign in to comment.