From 723bcbacf418df3a4d1a0632e0cbb40d9024d3a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 00:10:42 +0000 Subject: [PATCH] Update zio-json to 0.6.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dfc1e38..b598705 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.13", libraryDependencies += "io.d11" %% "zhttp" % "2.0.0-RC11", - libraryDependencies += "dev.zio" %% "zio-json" % "0.5.0", + libraryDependencies += "dev.zio" %% "zio-json" % "0.6.2", libraryDependencies += ("com.evolutiongaming" %% "crypto" % "2.0.1").cross(CrossVersion.for3Use2_13), )