From 6c573a3af32f435ffa9743f446d5e91d220f27ce Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 19 Sep 2023 03:51:41 +0000 Subject: [PATCH] Update zio, zio-test, zio-test-sbt to 2.0.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 130b4bf3..2cf5b083 100644 --- 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.2" +val zioVersion = "2.0.17" val zioNioVersion = "2.0.0" val zioConfigVersion = "3.0.2" val zioInteropCatsVersion = "22.0.0.0"