We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a0b6c commit b68b3e7Copy full SHA for b68b3e7
project/Dependencies.scala
@@ -16,7 +16,7 @@ object Dependencies {
16
val JdbcDrivers = Seq(
17
"org.postgresql" % "postgresql" % "42.7.3",
18
"com.h2database" % "h2" % "2.3.230",
19
- "com.mysql" % "mysql-connector-j" % "8.4.0",
+ "com.mysql" % "mysql-connector-j" % "9.0.0",
20
"com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre8")
21
22
val Libraries: Seq[ModuleID] = Seq(
0 commit comments