From 5f67c83efb79b662d7fdd9b47530c3b6da7fd3d4 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:06:40 +0200 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.1.11 (#507) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 54e491a3..821b65c8 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.1.9" +val zioVersion = "2.1.11" val zioAwsVersion = "7.21.15.15" val zioSchemaVersion = "1.5.0" val zioPreludeVersion = "1.0.0-RC31"