From 3c13952b90290fa8cdf869eb6d43e790a00306a3 Mon Sep 17 00:00:00 2001 From: "scalikejdbc-bot[bot]" <74833019+scalikejdbc-bot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 01:06:48 +0000 Subject: [PATCH] Update mysql-connector-j to 9.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2916cf8..a1bf373 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ lazy val unusedWarnings = Def.setting( } ) -val mysqlConnectorJ = "com.mysql" % "mysql-connector-j" % "9.0.0" % "test" +val mysqlConnectorJ = "com.mysql" % "mysql-connector-j" % "9.1.0" % "test" lazy val core = (project in file("core")).settings( organization := "org.scalikejdbc",