Skip to content

Commit

Permalink
Update aws-java-sdk to 1.12.780
Browse files Browse the repository at this point in the history
  • Loading branch information
faustin0 authored and mergify[bot] committed Dec 15, 2024
1 parent 32e9e4a commit 0813750
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.19" % Test,
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % testcontainersScalaV % Test,
"com.amazonaws" % "aws-java-sdk" % "1.12.779" % Test, // needed by localstack
"com.amazonaws" % "aws-java-sdk" % "1.12.780" % Test, // needed by localstack
"com.dimafeng" %% "testcontainers-scala-scalatest" % testcontainersScalaV % Test,
"org.typelevel" %% "cats-effect-testing-scalatest" % "1.6.0" % Test,
"org.typelevel" %% "cats-effect-laws" % catsVersion % Test
Expand Down

0 comments on commit 0813750

Please sign in to comment.