From e104f3eadaaa40eca402e3fc512818cd8351ea62 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 16 Dec 2025 02:32:18 +0000 Subject: [PATCH] Update testcontainers-mysql to 2.0.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f65c293..62fb97c 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ crossScalaVersions := List("2.12.21", "2.13.18", "3.3.7") libraryDependencies ++= Seq( "com.typesafe.slick" %% "slick" % "3.6.1", - "org.testcontainers" % "testcontainers-mysql" % "2.0.2" % "test", + "org.testcontainers" % "testcontainers-mysql" % "2.0.3" % "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",