Skip to content

Commit

Permalink
Update testcontainers-scala-localstack-v2, ... to 0.40.17 (#327)
Browse files Browse the repository at this point in the history
* Update testcontainers-scala-localstack-v2, ... to 0.40.17

* Revert commit(s) 54bdb50

* Update testcontainers-scala-localstack-v2, ... to 0.40.17

* Revert commit(s) a02e294

* Update testcontainers-scala-localstack-v2, ... to 0.40.17
  • Loading branch information
scala-steward authored Jun 22, 2023
1 parent 0a0e3c4 commit 1698187
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.491" 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 1698187

Please sign in to comment.