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.130
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 21, 2023
1 parent 86572df commit d97e945
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.125"
lazy val awsJavaSdkVersion = "2.20.130"
lazy val awsDependencies = Seq(
"software.amazon.awssdk" % "core" % awsJavaSdkVersion,
"software.amazon.awssdk" % "sts" % awsJavaSdkVersion
Expand Down

0 comments on commit d97e945

Please sign in to comment.