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 cbb245b commit a75ab4cCopy full SHA for a75ab4c
build.sbt
@@ -10,7 +10,7 @@ libraryDependencies ++= Seq(
10
"com.typesafe.slick" %% "slick" % "3.6.0",
11
"com.dimafeng" %% "testcontainers-scala" % "0.43.0" % "test",
12
"org.testcontainers" % "mysql" % "1.21.0" % "test",
13
- "com.mysql" % "mysql-connector-j" % "9.2.0" % "test",
+ "com.mysql" % "mysql-connector-j" % "9.3.0" % "test",
14
"org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test",
15
"com.h2database" % "h2" % "1.4.192" % "test",
16
"ch.qos.logback" % "logback-classic" % "1.5.18" % "test"
0 commit comments