Skip to content

Commit

Permalink
bump: mysql-connector-java 8.1.0 (was 8.0.33) (akka#759)
Browse files Browse the repository at this point in the history
* bump: mysql-connector-java 8.1.0 (was 8.0.33)

* New coordinates for the mysql client artifact

---------

Co-authored-by: Johan Andrén <johan@markatta.com>
  • Loading branch information
scala-steward and johanandren authored Aug 14, 2023
1 parent 43963d8 commit 1c76573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {
val JdbcDrivers = Seq(
"org.postgresql" % "postgresql" % "42.6.0",
"com.h2database" % "h2" % "2.2.220",
"mysql" % "mysql-connector-java" % "8.0.33",
"com.mysql" % "mysql-connector-j" % "8.1.0",
"com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre8")

val Libraries: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit 1c76573

Please sign in to comment.