diff --git a/build.sbt b/build.sbt index 3cc3bd3a3..99f2435c4 100644 --- a/build.sbt +++ b/build.sbt @@ -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.36" + "dev.zio" %% "zio-json" % "0.7.39" ), Test / testGrouping := { (Test / definedTests).value map { test =>