Skip to content

Commit 9342e05

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update mysql-connector-j to 9.1.0
1 parent 5ee484c commit 9342e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ libraryDependencies ++= Seq(
1010
"com.typesafe.slick" %% "slick" % "3.5.2",
1111
"com.dimafeng" %% "testcontainers-scala" % "0.41.4" % "test",
1212
"org.testcontainers" % "mysql" % "1.20.2" % "test",
13-
"com.mysql" % "mysql-connector-j" % "9.0.0" % "test",
13+
"com.mysql" % "mysql-connector-j" % "9.1.0" % "test",
1414
"org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test",
1515
"com.h2database" % "h2" % "1.4.192" % "test",
1616
"ch.qos.logback" % "logback-classic" % "1.5.11" % "test"

0 commit comments

Comments
 (0)