From f56922d5ad4bc69962e62c6071563a3a28fffe12 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 00:15:38 +0000 Subject: [PATCH] Update zio-json to 0.7.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f225e08de..e6f21332a 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.4" + "dev.zio" %% "zio-json" % "0.7.11" ), Test / testGrouping := { (Test / definedTests).value map { test =>