From c9659e395cc75172230bf4fb30552284a294d6c1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 29 Oct 2024 00:40:55 +0000 Subject: [PATCH] Update zio-aws-dynamodb, zio-aws-netty to 7.28.29.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fc612d69..1a3d2546 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.11" -val zioAwsVersion = "7.28.26.1" +val zioAwsVersion = "7.28.29.1" val zioSchemaVersion = "1.5.0" val zioPreludeVersion = "1.0.0-RC31" val zioInteropCats3Version = "23.1.0.3"