Skip to content

Commit

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

Update mysql-connector-j to 9.1.0
  • Loading branch information
mcmpp authored Oct 28, 2024
2 parents 54dfe2c + 521ed4c commit daae684
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 @@ -88,7 +88,7 @@ val buildSettings = Seq(
"io.findify" %% "s3mock" % "0.2.6" % "test",
"ch.qos.logback" % "logback-classic" % "1.5.8",
"org.mariadb.jdbc" % "mariadb-java-client" % "3.1.4",
"com.mysql" % "mysql-connector-j" % "9.0.0",
"com.mysql" % "mysql-connector-j" % "9.1.0",
// Libreoffice document API
"org.odftoolkit" % "simple-odf" % "0.9.0" withSources(),
"com.scalapenos" %% "stamina-json" % "0.1.6", // ### NO Scala 3
Expand Down

0 comments on commit daae684

Please sign in to comment.