From 270c474460ed6848fb539f0a4898c20a52a81158 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Aug 2024 23:23:29 +0000 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.1.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c2d624696..59e0f1d94 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.7" +val zioVersion = "2.1.9" val zioAwsVersion = "7.21.15.15" val zioSchemaVersion = "1.3.0" val zioPreludeVersion = "1.0.0-RC29"