From ee0e8033a75fcd62ee65c99d339ea5531114ba11 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 13 Nov 2025 20:47:03 +0000 Subject: [PATCH] Update testcontainers-mysql to 2.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0287715..32dae7b 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ crossScalaVersions := List("2.12.20", "2.13.17", "3.3.7") libraryDependencies ++= Seq( "com.typesafe.slick" %% "slick" % "3.6.1", - "org.testcontainers" % "testcontainers-mysql" % "2.0.1" % "test", + "org.testcontainers" % "testcontainers-mysql" % "2.0.2" % "test", "com.mysql" % "mysql-connector-j" % "9.5.0" % "test", "org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test", "com.h2database" % "h2" % "1.4.192" % "test",