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 0bcafb0 commit 83debe0Copy full SHA for 83debe0
build.sbt
@@ -16,7 +16,7 @@ libraryDependencies += {
16
17
libraryDependencies ++= Seq(
18
"com.dimafeng" %% "testcontainers-scala" % "0.41.3" % "test",
19
- "org.testcontainers" % "mysql" % "1.19.5" % "test",
+ "org.testcontainers" % "mysql" % "1.19.6" % "test",
20
"com.mysql" % "mysql-connector-j" % "8.3.0" % "test",
21
"org.scalatest" %% "scalatest-funsuite" % "3.2.18" % "test",
22
"com.h2database" % "h2" % "1.4.192" % "test",
0 commit comments