From e113a0b0f2613a939f368fb8ec80ed97a81b0d96 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, 20 Nov 2024 13:59:44 +0000 Subject: [PATCH] Update aws-java-sdk-autoscaling to 1.12.778 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0f3b95b6..6673f334 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ version := "1.0-SNAPSHOT" ThisBuild / scalaVersion := "2.13.15" val awsVersion = "2.28.29" -val awsVersionOne = "1.12.777" +val awsVersionOne = "1.12.778" def env(propName: String): String = sys.env.get(propName).filter(_.trim.nonEmpty).getOrElse("DEV")