diff --git a/build.sbt b/build.sbt index 75b7dd988..87543ac8b 100644 --- a/build.sbt +++ b/build.sbt @@ -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 =>