diff --git a/build.sbt b/build.sbt index 2ef15115..b24c45f1 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT" ThisBuild / scalaVersion := "2.13.18" -val awsVersion = "2.46.18" +val awsVersion = "2.46.19" def env(propName: String): String = sys.env.get(propName).filter(_.trim.nonEmpty).getOrElse("DEV")