From ea6797f48ce068e17701aa7fce6b8b080a7e483e Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:59:39 +0000 Subject: [PATCH] Update auth to 2.28.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ca035285..3665ced3 100644 --- a/build.sbt +++ b/build.sbt @@ -78,7 +78,7 @@ val circeVersion = "0.14.9" // These can live in the same codebase, see: https://aws.amazon.com/blogs/developer/aws-sdk-for-java-2-x-released/ val awsV1SdkVersion = "1.12.772" -val awsV2SdkVersion = "2.26.31" +val awsV2SdkVersion = "2.28.6" libraryDependencies ++= Seq( ws,