From 82fa0059cef2653dabf137c97826cd2d393d8a9a Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 00:44:15 +0000 Subject: [PATCH] Update zio-json to 0.7.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 379a8476..3f4ab487 100644 --- a/build.sbt +++ b/build.sbt @@ -203,7 +203,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.5" ), Test / runMain / fork := true, Test / fork := true,