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 735d34a commit a1aa6f1Copy full SHA for a1aa6f1
build.sbt
@@ -17,7 +17,7 @@ libraryDependencies += {
17
libraryDependencies ++= Seq(
18
"com.dimafeng" %% "testcontainers-scala" % "0.41.0" % "test",
19
"org.testcontainers" % "mysql" % "1.19.3" % "test",
20
- "com.mysql" % "mysql-connector-j" % "8.2.0" % "test",
+ "com.mysql" % "mysql-connector-j" % "8.3.0" % "test",
21
"org.scalatest" %% "scalatest-funsuite" % "3.2.17" % "test",
22
"com.h2database" % "h2" % "1.4.192" % "test",
23
"ch.qos.logback" % "logback-classic" % "1.4.14" % "test"
0 commit comments