diff --git a/build.sbt b/build.sbt index 4202668f..8ea58c0e 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ version := "1.0-SNAPSHOT" ThisBuild / scalaVersion := "2.13.15" val awsVersion = "2.29.22" -val awsVersionOne = "1.12.778" +val awsVersionOne = "1.12.779" def env(propName: String): String = sys.env.get(propName).filter(_.trim.nonEmpty).getOrElse("DEV")