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