Skip to content

Commit

Permalink
Update mysql-connector-j to 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scalikejdbc-bot[bot] authored and xuwei-k committed Aug 6, 2023
1 parent 41524a0 commit c8bfb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lazy val unusedWarnings = Def.setting(
}
)

val mysqlConnectorJ = "com.mysql" % "mysql-connector-j" % "8.0.33" % "test"
val mysqlConnectorJ = "com.mysql" % "mysql-connector-j" % "8.1.0" % "test"

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

0 comments on commit c8bfb71

Please sign in to comment.