From eab6c9ab8c8bf00fb064c5b0eb5f24800dee3afa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 00:15:09 +0000 Subject: [PATCH] Update zio-json to 0.7.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a2bcb27..c999898 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.3", libraryDependencies += ("com.evolutiongaming" %% "crypto" % "2.0.1").cross(CrossVersion.for3Use2_13), )