Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Update awssdk:core, awssdk:sts to 2.20.153
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 25, 2023
1 parent 862d598 commit 6f90c30
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 akkaDependencies = Seq(
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % Test
)

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

0 comments on commit 6f90c30

Please sign in to comment.