From 246bd2942a90b95808333c57bf4afbaf9d095da1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 00:14:59 +0000 Subject: [PATCH] Update zio-json to 0.7.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a2bcb27..0e9a1d3 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.16", libraryDependencies += ("com.evolutiongaming" %% "crypto" % "2.0.1").cross(CrossVersion.for3Use2_13), )