Skip to content

Commit

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

* Revert commit(s) d5f4e3b

* Update testcontainers-scala-localstack-v2, ... to 0.41.0
  • Loading branch information
scala-steward authored Nov 6, 2023
1 parent 86c73e5 commit e0e499d
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 @@ -51,8 +51,8 @@ lazy val root = (project in file("."))
"com.disneystreaming" %% "weaver-framework" % Versions.Weaver,
"com.disneystreaming" %% "weaver-scalacheck" % Versions.Weaver,
"org.scalatest" %% "scalatest" % "3.2.17", // just for `shouldNot compile`
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.40.17",
"com.dimafeng" %% "testcontainers-scala-mockserver" % "0.40.17",
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.0",
"com.dimafeng" %% "testcontainers-scala-mockserver" % "0.41.0",
"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 e0e499d

Please sign in to comment.