From a1da20db5404bf66178d298f5c0e6c51a6314914 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, 21 Oct 2024 10:01:17 +0000 Subject: [PATCH] Update auth to 2.28.26 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5cb72ee4..fc1da869 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.774" -val awsV2SdkVersion = "2.28.6" +val awsV2SdkVersion = "2.28.26" libraryDependencies ++= Seq( ws,