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.15.77 (#151)
Browse files Browse the repository at this point in the history
Co-authored-by: Scala Steward <43047562+scala-steward@users.noreply.github.com>
Co-authored-by: Bendix Sältz <bendix@saeltz.de>
  • Loading branch information
3 people committed Feb 8, 2021
1 parent 988ab18 commit 043f894
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 @@ -40,7 +40,7 @@ lazy val akkaDependencies = Seq(
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % Test
)

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

0 comments on commit 043f894

Please sign in to comment.