From 6b8481d94760e7a15859f147238e9ecca9fff2cc 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, 29 Jan 2024 09:56:52 +0000 Subject: [PATCH] Update acm to 2.23.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 91940233..6ac70bca 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ resolvers ++= Seq( "Guardian Github Snapshots" at "https://guardian.github.io/maven/repo-releases" ) -val awsVersion = "2.21.46" +val awsVersion = "2.23.12" val awsVersionOne = "1.12.643" lazy val root = (project in file("."))