From f384c42fdd8d95e1376aedc9339336a55fd381ae 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: Tue, 4 Jul 2023 18:58:15 +0000 Subject: [PATCH] Update auth to 2.20.98 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9923e098..10eb3c16 100644 --- a/build.sbt +++ b/build.sbt @@ -78,7 +78,7 @@ val circeVersion = "0.14.5" // 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.501" -val awsV2SdkVersion = "2.20.97" +val awsV2SdkVersion = "2.20.98" libraryDependencies ++= Seq( ws,