From 99f8ead12b032b8f028d5ad6cacf11d8db81f33b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 02:21:36 +0000 Subject: [PATCH] Update zioVersion to v2.0.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d69a1ae7..f00247f5 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.15" val zioHttpVersion = "2.0.0-RC11" val zioJson = "0.4.1" val zioPreludeVersion = "1.0.0-RC16"