Skip to content

Commit 49cf5e3

Browse files
scalikejdbc-bot[bot]xuwei-k
authored andcommitted
Update mysql-connector-j to 8.4.0
1 parent 84e91ad commit 49cf5e3

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" % "8.3.0" % "test"
22+
val mysqlConnectorJ = "com.mysql" % "mysql-connector-j" % "8.4.0" % "test"
2323

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

0 commit comments

Comments
 (0)