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 344971b commit cf8acfeCopy full SHA for cf8acfe
build.sbt
@@ -15,7 +15,7 @@ libraryDependencies += {
15
}
16
17
libraryDependencies ++= Seq(
18
- "com.dimafeng" %% "testcontainers-scala" % "0.41.2" % "test",
+ "com.dimafeng" %% "testcontainers-scala" % "0.41.3" % "test",
19
"org.testcontainers" % "mysql" % "1.19.5" % "test",
20
"com.mysql" % "mysql-connector-j" % "8.3.0" % "test",
21
"org.scalatest" %% "scalatest-funsuite" % "3.2.18" % "test",
0 commit comments