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 8498fe7 commit 5948ba1Copy full SHA for 5948ba1
project/Dependencies.scala
@@ -48,7 +48,7 @@ object Dependencies {
48
}
49
50
object mysql {
51
- val connectorJava = "mysql" % "mysql-connector-java" % "8.0.32"
+ val connectorJava = "com.mysql" % "mysql-connector-j" % "8.0.33"
52
53
54
object postgresql {
0 commit comments