Skip to content

Commit b68b3e7

Browse files
bump: mysql-connector-j 9.0.0 (was 8.4.0) (#844)
Co-authored-by: Johan Andrén <[email protected]>
1 parent 42a0b6c commit b68b3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object Dependencies {
1616
val JdbcDrivers = Seq(
1717
"org.postgresql" % "postgresql" % "42.7.3",
1818
"com.h2database" % "h2" % "2.3.230",
19-
"com.mysql" % "mysql-connector-j" % "8.4.0",
19+
"com.mysql" % "mysql-connector-j" % "9.0.0",
2020
"com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre8")
2121

2222
val Libraries: Seq[ModuleID] = Seq(

0 commit comments

Comments
 (0)