Skip to content

Commit

Permalink
Merge pull request #300 from scala-steward/update/mysql-connector-j-8…
Browse files Browse the repository at this point in the history
….2.0

Update mysql-connector-j to 8.2.0
  • Loading branch information
tototoshi authored Dec 10, 2023
2 parents 7a83fd0 + 7daca8e commit c164530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lazy val `slick-joda-mapper` = project.in(file("."))
"org.joda" % "joda-convert" % "2.2.3" % "provided",
"com.h2database" % "h2" % "2.2.224" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.41.0" % "test",
"com.mysql" % "mysql-connector-j" % "8.1.0" % "test",
"com.mysql" % "mysql-connector-j" % "8.2.0" % "test",
"org.postgresql" % "postgresql" % "42.7.1" % "test",
"org.testcontainers" % "mysql" % testContainerVersion % "test",
"org.testcontainers" % "postgresql" % testContainerVersion % "test",
Expand Down

0 comments on commit c164530

Please sign in to comment.