Skip to content

Commit ba521b3

Browse files
Update ec2 to 2.41.34
1 parent 220c1f3 commit ba521b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ enablePlugins(BuildInfoPlugin)
1010
buildInfoKeys := Seq[BuildInfoKey](name, version)
1111
buildInfoPackage := "com.gu.ssm"
1212

13-
val awsSdkVersion = "2.41.23"
13+
val awsSdkVersion = "2.41.34"
1414

1515
libraryDependencies ++= Seq(
1616
"software.amazon.awssdk" % "ssm" % awsSdkVersion,

0 commit comments

Comments
 (0)