From 59d1250e360de8ce813c7af3a2a5fa87ffc097c3 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 26 May 2023 12:54:23 +0000 Subject: [PATCH] Update testcontainers-scala to 0.40.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2887a0b6c..033993e22 100644 --- a/build.sbt +++ b/build.sbt @@ -73,7 +73,7 @@ libraryDependencies ++= Seq( "junit" % "junit" % "4.13.2" % "test", "org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test", "org.mockito" % "mockito-core" % "5.3.1" % "test", - "com.dimafeng" %% "testcontainers-scala" % "0.40.15" % "test", + "com.dimafeng" %% "testcontainers-scala" % "0.40.16" % "test", "org.testcontainers" % "mysql" % "1.18.1" % "test", "org.testcontainers" % "postgresql" % "1.18.1" % "test", "net.i2p.crypto" % "eddsa" % "0.3.0",