Skip to content

Commit 16b1d5e

Browse files
authored
Merge pull request #973 from guardian/update/aws
chore(deps): AWS dependency updates
2 parents 7673717 + e113a0b commit 16b1d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version := "1.0-SNAPSHOT"
55
ThisBuild / scalaVersion := "2.13.15"
66

77
val awsVersion = "2.28.29"
8-
val awsVersionOne = "1.12.777"
8+
val awsVersionOne = "1.12.778"
99

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

0 commit comments

Comments
 (0)