Skip to content

Commit

Permalink
Update zio-json to 0.7.0 (zio#3041)
Browse files Browse the repository at this point in the history
  • Loading branch information
zio-scala-steward[bot] authored Jun 4, 2024
1 parent 6989a56 commit 1c1923c
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 @@ -423,7 +423,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.6.2"
"dev.zio" %% "zio-json" % "0.7.0"
),
Test / testGrouping := {
(Test / definedTests).value map { test =>
Expand Down

0 comments on commit 1c1923c

Please sign in to comment.