Skip to content

Commit

Permalink
Update zio-json to 0.7.1 (#464)
Browse files Browse the repository at this point in the history
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
zio-scala-steward[bot] committed Jun 28, 2024
1 parent ecc7a3c commit c3f735d
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 @@ -203,7 +203,7 @@ lazy val `quill-jdbc-zio` =
libraryDependencies ++= Seq(
// Needed for PGObject in JsonExtensions but not necessary if user is not using postgres
"org.postgresql" % "postgresql" % "42.7.3" % "provided",
"dev.zio" %% "zio-json" % "0.7.0"
"dev.zio" %% "zio-json" % "0.7.1"
),
Test / runMain / fork := true,
Test / fork := true,
Expand Down

0 comments on commit c3f735d

Please sign in to comment.