Skip to content

Commit

Permalink
Update zio-json to 0.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zio-scala-steward[bot] committed Feb 2, 2025
1 parent 4a1c577 commit b2a0e5d
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.4"
"dev.zio" %% "zio-json" % "0.7.12"
),
Test / testGrouping := {
(Test / definedTests).value map { test =>
Expand Down

0 comments on commit b2a0e5d

Please sign in to comment.