Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/cdk/all-0f00f68ddf
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaBrigitte authored Apr 24, 2024
2 parents 1b1adc2 + 63baf48 commit eb6a892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version := "1.0-SNAPSHOT"
ThisBuild / scalaVersion := "2.13.13"

val awsVersion = "2.25.13"
val awsVersionOne = "1.12.700"
val awsVersionOne = "1.12.704"

def env(propName: String): String =
sys.env.get(propName).filter(_.trim.nonEmpty).getOrElse("DEV")
Expand Down

0 comments on commit eb6a892

Please sign in to comment.