Skip to content
This repository was archived by the owner on Sep 7, 2024. It is now read-only.

Commit 111c834

Browse files
Merge pull request #271 from 100km/renovate/com.mysql-mysql-connector-j-8.x
chore(deps): update dependency com.mysql:mysql-connector-j to v8.4.0
2 parents e8cce47 + 44f063a commit 111c834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ lazy val csv = Seq(libraryDependencies += "com.github.tototoshi" %% "scala-csv"
4242
lazy val mysql =
4343
Seq(libraryDependencies ++= Seq("org.apache.commons" % "commons-dbcp2" % "2.12.0",
4444
"commons-dbutils" % "commons-dbutils" % "1.8.1",
45-
"com.mysql" % "mysql-connector-j" % "8.3.0"))
45+
"com.mysql" % "mysql-connector-j" % "8.4.0"))
4646

4747
lazy val scalaz = Seq(libraryDependencies += "org.scalaz" %% "scalaz-core" % "7.3.8")
4848

0 commit comments

Comments
 (0)