From 6fcdeb5be42068e1586466e454321418022e24d8 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: Wed, 8 Jul 2026 11:31:17 +0000 Subject: [PATCH] Update acm to 2.46.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2ef15115..b24c45f1 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT" ThisBuild / scalaVersion := "2.13.18" -val awsVersion = "2.46.18" +val awsVersion = "2.46.19" def env(propName: String): String = sys.env.get(propName).filter(_.trim.nonEmpty).getOrElse("DEV")