From 715ec24389f6b711f401acaac92c429ad1fbc9c4 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Fri, 6 Mar 2020 07:57:13 +0900 Subject: [PATCH] Update testcontainers --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 38d316fb2..eb994c09c 100644 --- a/build.sbt +++ b/build.sbt @@ -68,8 +68,8 @@ libraryDependencies ++= Seq( "org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test", "org.mockito" % "mockito-core" % "3.3.1" % "test", "com.dimafeng" %% "testcontainers-scala" % "0.35.2" % "test", - "org.testcontainers" % "mysql" % "1.12.5" % "test", - "org.testcontainers" % "postgresql" % "1.12.5" % "test", + "org.testcontainers" % "mysql" % "1.13.0" % "test", + "org.testcontainers" % "postgresql" % "1.13.0" % "test", "net.i2p.crypto" % "eddsa" % "0.3.0", "is.tagomor.woothee" % "woothee-java" % "1.10.1", "org.ec4j.core" % "ec4j-core" % "0.0.3"