From 216a93b9db1f80e26790e20b5902bde3f3dddfac Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 11 Jun 2024 01:43:05 +0200 Subject: [PATCH] Update zio-json to 0.7.0 (#297) Co-authored-by: johannes karoff Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index 49e9518..91372bd 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -26,7 +26,7 @@ object Deps { } val upickle = dep("com.lihaoyi" %%% "upickle" % "3.3.1") val jsoniter = dep("com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.30.1") - val zioJson = dep("dev.zio" %%% "zio-json" % "0.6.2") + val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.0") val http4s = dep("org.http4s" %%% "http4s-core" % "0.23.24") }