diff --git a/build.sbt b/build.sbt index 4eb2ae3a..50a296d6 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ version := "1.0-SNAPSHOT" ThisBuild / scalaVersion := "2.13.13" val awsVersion = "2.25.13" -val awsVersionOne = "1.12.694" +val awsVersionOne = "1.12.698" def env(propName: String): String = sys.env.get(propName).filter(_.trim.nonEmpty).getOrElse("DEV")