Update testcontainers-scala to 0.36.0

This commit is contained in:
kenji yoshida
2020-03-09 10:25:44 +09:00
committed by GitHub
parent 3734529e5c
commit 02b830d034

View File

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