From 2500e9262b1b1413b06a952948fe1ba128d50eba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 00:18:00 +0000 Subject: [PATCH] Update zio-json to 0.7.44 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a2bcb27..ebb1daf 100644 --- a/build.sbt +++ b/build.sbt @@ -14,6 +14,6 @@ lazy val root = (project in file(".")) libraryDependencies += "dev.zio" %% "zio-config-typesafe" % "3.0.7", libraryDependencies += "dev.zio" %% "zio-logging" % "2.1.17", libraryDependencies += "io.d11" %% "zhttp" % "2.0.0-RC11", - libraryDependencies += "dev.zio" %% "zio-json" % "0.5.0", + libraryDependencies += "dev.zio" %% "zio-json" % "0.7.44", libraryDependencies += ("com.evolutiongaming" %% "crypto" % "2.0.1").cross(CrossVersion.for3Use2_13), )