From c3f735d10c8a2cb0e6ee13fa5bc911a898cd419c Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 11:16:35 +1000 Subject: [PATCH] Update zio-json to 0.7.1 (#464) Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6a44dd2e..4949930e 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.3" % "provided", - "dev.zio" %% "zio-json" % "0.7.0" + "dev.zio" %% "zio-json" % "0.7.1" ), Test / runMain / fork := true, Test / fork := true,