From 1294323df5d4d094b64af74635dc61d0a5784d21 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Tue, 5 May 2020 09:17:21 +0900 Subject: [PATCH] Update testcontainers-scala to 0.37.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7c8b169b8..52ceb6e8c 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,7 @@ libraryDependencies ++= Seq( "junit" % "junit" % "4.13" % "test", "org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test", "org.mockito" % "mockito-core" % "3.3.3" % "test", - "com.dimafeng" %% "testcontainers-scala" % "0.36.1" % "test", + "com.dimafeng" %% "testcontainers-scala" % "0.37.0" % "test", "org.testcontainers" % "mysql" % "1.14.1" % "test", "org.testcontainers" % "postgresql" % "1.14.1" % "test", "net.i2p.crypto" % "eddsa" % "0.3.0",