Skip to content

Commit 131caa3

Browse files
Update testcontainers-mysql to 2.0.4 (#360)
Co-authored-by: gitbucket-bot[bot] <256891351+gitbucket-bot[bot]@users.noreply.github.com>
1 parent 9e2bf08 commit 131caa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

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

99
libraryDependencies ++= Seq(
1010
"com.typesafe.slick" %% "slick" % "3.6.1",
11-
"org.testcontainers" % "testcontainers-mysql" % "2.0.3" % "test",
11+
"org.testcontainers" % "testcontainers-mysql" % "2.0.4" % "test",
1212
"com.mysql" % "mysql-connector-j" % "9.6.0" % "test",
1313
"org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test",
1414
"com.h2database" % "h2" % "1.4.192" % "test",

0 commit comments

Comments
 (0)