Skip to content

Commit 2145450

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update testcontainers-scala to 0.41.4
1 parent f82d516 commit 2145450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ crossScalaVersions := List("2.12.19", "2.13.14", "3.3.3")
88

99
libraryDependencies ++= Seq(
1010
"com.typesafe.slick" %% "slick" % "3.5.1",
11-
"com.dimafeng" %% "testcontainers-scala" % "0.41.3" % "test",
11+
"com.dimafeng" %% "testcontainers-scala" % "0.41.4" % "test",
1212
"org.testcontainers" % "mysql" % "1.19.8" % "test",
1313
"com.mysql" % "mysql-connector-j" % "8.4.0" % "test",
1414
"org.scalatest" %% "scalatest-funsuite" % "3.2.18" % "test",

0 commit comments

Comments
 (0)