Skip to content

Commit 2b8356b

Browse files
scalikejdbc-bot[bot]xuwei-k
authored andcommitted
Update mysql-connector-j to 9.4.0
1 parent a7db450 commit 2b8356b

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
@@ -19,7 +19,7 @@ lazy val unusedWarnings = Def.setting(
1919
}
2020
)
2121

22-
val mysqlConnectorJ = "com.mysql" % "mysql-connector-j" % "9.2.0" % "test"
22+
val mysqlConnectorJ = "com.mysql" % "mysql-connector-j" % "9.4.0" % "test"
2323

2424
lazy val core = (project in file("core")).settings(
2525
organization := "org.scalikejdbc",

0 commit comments

Comments
 (0)