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 c504270 commit 5e38125Copy full SHA for 5e38125
build.sbt
@@ -9,7 +9,7 @@ crossScalaVersions := List("2.12.20", "2.13.17", "3.3.7")
9
libraryDependencies ++= Seq(
10
"com.typesafe.slick" %% "slick" % "3.6.1",
11
"org.testcontainers" % "testcontainers-mysql" % "2.0.1" % "test",
12
- "com.mysql" % "mysql-connector-j" % "9.4.0" % "test",
+ "com.mysql" % "mysql-connector-j" % "9.5.0" % "test",
13
"org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test",
14
"com.h2database" % "h2" % "1.4.192" % "test",
15
"ch.qos.logback" % "logback-classic" % "1.5.20" % "test"
0 commit comments