Skip to content

Commit

Permalink
Merge pull request #973 from guardian/update/aws
Browse files Browse the repository at this point in the history
chore(deps): AWS dependency updates
  • Loading branch information
akash1810 authored Nov 21, 2024
2 parents 7673717 + e113a0b commit 16b1d5e
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.15"

val awsVersion = "2.28.29"
val awsVersionOne = "1.12.777"
val awsVersionOne = "1.12.778"

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

0 comments on commit 16b1d5e

Please sign in to comment.