Skip to content

Commit

Permalink
Update mysql-connector-j to 9.1.0 (#117)
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Tisue <seth@tisue.net>
  • Loading branch information
scala-steward and SethTisue authored Oct 19, 2024
1 parent 93ce8a2 commit 5974b98
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 @@ -24,7 +24,7 @@ lazy val core = project.in(file("core"))
"com.monovore" %% "decline" % "2.4.1",
"com.github.pathikrit" %% "better-files" % "3.9.2",
"com.typesafe.slick" %% "slick" % "3.5.2",
"com.mysql" % "mysql-connector-j" % "8.4.0" % "optional",
"com.mysql" % "mysql-connector-j" % "9.1.0" % "optional",
"com.h2database" % "h2" % "2.3.232" % "optional",
"com.typesafe" % "config" % "1.4.3",
"org.slf4j" % "slf4j-api" % "2.0.16",
Expand Down

0 comments on commit 5974b98

Please sign in to comment.