We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4328f6a + 4efe054 commit b472727Copy full SHA for b472727
1 file changed
build.sbt
@@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT"
4
5
ThisBuild / scalaVersion := "2.13.18"
6
7
-val awsVersion = "2.44.7"
+val awsVersion = "2.44.14"
8
9
def env(propName: String): String =
10
sys.env.get(propName).filter(_.trim.nonEmpty).getOrElse("DEV")
0 commit comments