Update testcontainers

This commit is contained in:
xuwei-k
2020-04-13 23:31:09 +00:00
parent 9197ad2600
commit 9ef366237c

View File

@@ -68,8 +68,8 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test",
"org.mockito" % "mockito-core" % "3.3.3" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.36.1" % "test",
"org.testcontainers" % "mysql" % "1.13.0" % "test",
"org.testcontainers" % "postgresql" % "1.13.0" % "test",
"org.testcontainers" % "mysql" % "1.14.0" % "test",
"org.testcontainers" % "postgresql" % "1.14.0" % "test",
"net.i2p.crypto" % "eddsa" % "0.3.0",
"is.tagomor.woothee" % "woothee-java" % "1.11.0",
"org.ec4j.core" % "ec4j-core" % "0.0.3"