Skip to content

Commit

Permalink
Update testcontainers-scala-localstack-v2, ... to 0.40.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 20, 2023
1 parent 9fbbd23 commit a02e294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ lazy val root = (project in file("."))
"com.disneystreaming" %% "weaver-framework" % Versions.Weaver,
"com.disneystreaming" %% "weaver-scalacheck" % Versions.Weaver,
"org.scalatest" %% "scalatest" % "3.2.16", // just for `shouldNot compile`
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.40.16",
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.40.17",
"com.amazonaws" % "aws-java-sdk-core" % "1.12.490" exclude ("*", "*"), // fixme after release of https://github.com/testcontainers/testcontainers-java/pull/5827
"com.dimafeng" %% "testcontainers-scala-mockserver" % "0.40.16",
"com.dimafeng" %% "testcontainers-scala-mockserver" % "0.40.17",
"org.mock-server" % "mockserver-client-java" % "5.15.0",
"org.apache.activemq" % "activemq-broker" % Versions.ActiveMq,
"org.typelevel" %% "log4cats-core" % Versions.Log4Cats,
Expand Down

0 comments on commit a02e294

Please sign in to comment.