From c9090a89ccfbc4cbccf8e833a05e1bebfbef2fb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 19:22:51 +0800 Subject: [PATCH] Update dependency dev.zio:zio-json to v0.4.1 (#171) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c1d86f33..9ca1639e 100755 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck" val zioVersion = "2.0.4" val zioHttpVersion = "2.0.0-RC11" -val zioJson = "0.3.0" +val zioJson = "0.4.1" val zioPreludeVersion = "1.0.0-RC16" val sttpVersion = "3.8.3"