Skip to content

Commit

Permalink
Update aws-java-sdk to 1.12.556
Browse files Browse the repository at this point in the history
  • Loading branch information
faustin0 authored and mergify[bot] committed Sep 24, 2023
1 parent dc6f35f commit 6a93673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Dependencies {
lazy val testDependencies = Seq(
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % testcontainersScalaV % Test,
"com.amazonaws" % "aws-java-sdk" % "1.12.552" % Test, // needed by localstack
"com.amazonaws" % "aws-java-sdk" % "1.12.556" % Test, // needed by localstack
"com.dimafeng" %% "testcontainers-scala-scalatest" % testcontainersScalaV % Test,
"org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test,
"org.typelevel" %% "cats-effect-laws" % catsVersion % Test
Expand Down

0 comments on commit 6a93673

Please sign in to comment.