We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7673717 + e113a0b commit 16b1d5eCopy full SHA for 16b1d5e
build.sbt
@@ -5,7 +5,7 @@ version := "1.0-SNAPSHOT"
5
ThisBuild / scalaVersion := "2.13.15"
6
7
val awsVersion = "2.28.29"
8
-val awsVersionOne = "1.12.777"
+val awsVersionOne = "1.12.778"
9
10
def env(propName: String): String =
11
sys.env.get(propName).filter(_.trim.nonEmpty).getOrElse("DEV")
0 commit comments