From bcc6dc22a04244b1c03044104612d3eb57d376f2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 7 Aug 2024 08:22:01 +0200 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.1.7 (#459) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 14f8671a0..502aedf90 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.6" +val zioVersion = "2.1.7" val zioAwsVersion = "7.21.15.13" val zioSchemaVersion = "1.3.0" val zioPreludeVersion = "1.0.0-RC27"