Update testcontainers-scala to 0.40.6

This commit is contained in:
Scala Steward
2022-04-24 17:43:53 +00:00
committed by kenji yoshida
parent 69502480b4
commit 1e47e96634

View File

@@ -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.5.1" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.40.5" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.40.6" % "test",
"org.testcontainers" % "mysql" % "1.17.1" % "test",
"org.testcontainers" % "postgresql" % "1.17.1" % "test",
"net.i2p.crypto" % "eddsa" % "0.3.0",