From e4761d26f0d719dfd65fc0ad52934132836862c6 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: Fri, 20 Dec 2024 14:58:34 +0000 Subject: [PATCH] Update acm to 2.29.38 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5bc7d58a..7346446d 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT" ThisBuild / scalaVersion := "2.13.15" -val awsVersion = "2.29.22" +val awsVersion = "2.29.38" val awsVersionOne = "1.12.779" def env(propName: String): String =