Skip to content

Commit

Permalink
Update zio-json to 0.7.18 (#3202)
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] authored Feb 13, 2025
1 parent c78b572 commit a41b9da
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 @@ -424,7 +424,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.5" % "provided",
"dev.zio" %% "zio-json" % "0.7.17"
"dev.zio" %% "zio-json" % "0.7.18"
),
Test / testGrouping := {
(Test / definedTests).value map { test =>
Expand Down

0 comments on commit a41b9da

Please sign in to comment.