From 39c813574e7dc403e9e889733d3bb97a33085f92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 01:07:05 +0000 Subject: [PATCH] Update zioVersion to v2.0.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d21ee9b4..cd578228 100755 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ inThisBuild( addCommandAlias("fmt", "all scalafmtSbt scalafmt test:scalafmt") addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck") -val zioVersion = "2.0.4" +val zioVersion = "2.0.6" val zioHttpVersion = "2.0.0-RC11" val zioJson = "0.4.1" val zioPreludeVersion = "1.0.0-RC16"