From 81ddff7f640746d17b1c6b2d75620c6c3332c181 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 31 Oct 2024 08:08:10 +0000 Subject: [PATCH] Update s3, sts to 2.29.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4698323f..5d97f4c0 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ addCommandAlias("fmt", "all scalafmtSbt scalafmt test:scalafmt") addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck") val zioVersion = "2.0.21" -val awsVersion = "2.25.70" +val awsVersion = "2.29.4" lazy val root = project.in(file(".")).settings(publish / skip := true).aggregate(`zio-s3`, docs)