diff --git a/build.sbt b/build.sbt index 60c9a63a..9aba5249 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ version := "1.0-SNAPSHOT" ThisBuild / scalaVersion := "2.13.14" val awsVersion = "2.25.49" -val awsVersionOne = "1.12.730" +val awsVersionOne = "1.12.734" def env(propName: String): String = sys.env.get(propName).filter(_.trim.nonEmpty).getOrElse("DEV")