Skip to content

Commit

Permalink
Update awssdk:core, awssdk:sts to 2.20.157
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 2, 2023
1 parent dfac25e commit 3650f63
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 @@ -42,7 +42,7 @@ lazy val pekkoDependencies = Seq(
"org.apache.pekko" %% "pekko-http-testkit" % pekkoHttpVersion % Test
)

lazy val awsJavaSdkVersion = "2.20.153"
lazy val awsJavaSdkVersion = "2.20.157"
lazy val awsDependencies = Seq(
"software.amazon.awssdk" % "core" % awsJavaSdkVersion,
"software.amazon.awssdk" % "sts" % awsJavaSdkVersion
Expand Down

0 comments on commit 3650f63

Please sign in to comment.