Update testcontainers-scala to 0.40.10

This commit is contained in:
Scala Steward
2022-07-30 02:59:41 +00:00
committed by kenji yoshida
parent 1a7274e475
commit 936e1c0e96

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.6.1" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.40.9" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.40.10" % "test",
"org.testcontainers" % "mysql" % "1.17.3" % "test",
"org.testcontainers" % "postgresql" % "1.17.3" % "test",
"net.i2p.crypto" % "eddsa" % "0.3.0",