From 89a3ea160b2a8104ef5be830e574187dfd6ac103 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 19 Dec 2024 03:12:59 +0000 Subject: [PATCH] Update testcontainers-scala to 0.41.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3a2e82b..68d6a8c 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ crossScalaVersions := List("2.12.20", "2.13.15", "3.3.4") libraryDependencies ++= Seq( "com.typesafe.slick" %% "slick" % "3.5.2", - "com.dimafeng" %% "testcontainers-scala" % "0.41.4" % "test", + "com.dimafeng" %% "testcontainers-scala" % "0.41.5" % "test", "org.testcontainers" % "mysql" % "1.20.4" % "test", "com.mysql" % "mysql-connector-j" % "9.1.0" % "test", "org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test",