From ed41a7a7cfc30f6c6d1adfcbd2179f6a06ee0d29 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, 10 May 2024 12:58:39 +0000 Subject: [PATCH] Update aws-java-sdk-autoscaling to 1.12.719 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 20660fe0..114c6b86 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ version := "1.0-SNAPSHOT" ThisBuild / scalaVersion := "2.13.14" val awsVersion = "2.25.13" -val awsVersionOne = "1.12.715" +val awsVersionOne = "1.12.719" def env(propName: String): String = sys.env.get(propName).filter(_.trim.nonEmpty).getOrElse("DEV")