From 871f83cb9350a19eff92ef6409dfa990a6ae4c0e Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sun, 18 Feb 2024 16:40:16 +0000 Subject: [PATCH] Update testcontainers-scala to 0.41.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 05b4b75..5248c3c 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ libraryDependencies += { } libraryDependencies ++= Seq( - "com.dimafeng" %% "testcontainers-scala" % "0.41.2" % "test", + "com.dimafeng" %% "testcontainers-scala" % "0.41.3" % "test", "org.testcontainers" % "mysql" % "1.19.5" % "test", "com.mysql" % "mysql-connector-j" % "8.3.0" % "test", "org.scalatest" %% "scalatest-funsuite" % "3.2.18" % "test",