Update testcontainers-scala to 0.35.1

This commit is contained in:
kenji yoshida
2020-02-07 20:34:19 +09:00
committed by GitHub
parent 072cd2e846
commit 6fefa947ca

View File

@@ -67,7 +67,7 @@ libraryDependencies ++= Seq(
"junit" % "junit" % "4.13" % "test",
"org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test",
"org.mockito" % "mockito-core" % "3.2.4" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.35.0" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.35.1" % "test",
"org.testcontainers" % "mysql" % "1.12.5" % "test",
"org.testcontainers" % "postgresql" % "1.12.5" % "test",
"net.i2p.crypto" % "eddsa" % "0.3.0",