We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82d516 commit 2145450Copy full SHA for 2145450
build.sbt
@@ -8,7 +8,7 @@ crossScalaVersions := List("2.12.19", "2.13.14", "3.3.3")
8
9
libraryDependencies ++= Seq(
10
"com.typesafe.slick" %% "slick" % "3.5.1",
11
- "com.dimafeng" %% "testcontainers-scala" % "0.41.3" % "test",
+ "com.dimafeng" %% "testcontainers-scala" % "0.41.4" % "test",
12
"org.testcontainers" % "mysql" % "1.19.8" % "test",
13
"com.mysql" % "mysql-connector-j" % "8.4.0" % "test",
14
"org.scalatest" %% "scalatest-funsuite" % "3.2.18" % "test",
0 commit comments