From f5585b39c69cb7ce95e008c3f5ec3611ec1a5a86 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sun, 3 Apr 2022 16:56:14 +0000 Subject: [PATCH] Update testcontainers-scala to 0.40.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f8ffab045..5aa499450 100644 --- a/build.sbt +++ b/build.sbt @@ -62,7 +62,7 @@ libraryDependencies ++= Seq( "junit" % "junit" % "4.13.2" % "test", "org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test" cross CrossVersion.for3Use2_13, "org.mockito" % "mockito-core" % "4.4.0" % "test", - "com.dimafeng" %% "testcontainers-scala" % "0.40.4" % "test", + "com.dimafeng" %% "testcontainers-scala" % "0.40.5" % "test", "org.testcontainers" % "mysql" % "1.16.3" % "test", "org.testcontainers" % "postgresql" % "1.16.3" % "test", "net.i2p.crypto" % "eddsa" % "0.3.0",