diff --git a/build.sbt b/build.sbt index 741b1677af..0e777e4d8f 100644 --- a/build.sbt +++ b/build.sbt @@ -464,7 +464,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.6.0" % "provided", - "dev.zio" %% "zio-json" % "0.6.1" + "dev.zio" %% "zio-json" % "0.6.2" ), Test / testGrouping := { (Test / definedTests).value map { test =>