From 8ec5e29ede757e4625954ec2906f309a683da7a3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Apr 2026 02:30:27 +0000 Subject: [PATCH] Update zio-aws-dynamodb, zio-aws-netty to 7.42.28.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 76d85ff94..519df0b62 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ addCommandAlias("fmt", "all scalafmtSbt scalafmt test:scalafmt") addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck") val zioVersion = "2.1.24" -val zioAwsVersion = "7.41.34.2" +val zioAwsVersion = "7.42.28.3" val zioSchemaVersion = "1.8.3" val zioPreludeVersion = "1.0.0-RC46" val zioJsonVersion = "0.9.0"