diff --git a/build.sbt b/build.sbt index e8775f7e..137f40f2 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.709" +val awsVersionOne = "1.12.714" def env(propName: String): String = sys.env.get(propName).filter(_.trim.nonEmpty).getOrElse("DEV")