From 9019ed6eba84f7d7ccd9ab85301233a3cbd07515 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Feb 2025 01:09:18 +0000 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.1.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6204d499..1d1a4add 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.14" +val zioVersion = "2.1.15" val zioAwsVersion = "7.28.29.13" val zioSchemaVersion = "1.5.0" val zioPreludeVersion = "1.0.0-RC36"