From 48bfeb856efc5ca7afc7334c198951f21033b34d Mon Sep 17 00:00:00 2001 From: kaluza-libraries <123489691+kaluza-libraries@users.noreply.github.com> Date: Thu, 31 Oct 2024 04:02:19 +0000 Subject: [PATCH] Update auth, s3, sdk-core to 2.29.4 in master --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a7256670..f4956add 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ lazy val catsEffectVersion = "3.5.2" lazy val scalatestVersion = "3.2.19" -lazy val awsSdkVersion = "2.29.1" +lazy val awsSdkVersion = "2.29.4" lazy val scalacheckVersion = "1.18.1"