We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f078df commit 2e4e2e8Copy full SHA for 2e4e2e8
build.sbt
@@ -532,7 +532,7 @@ lazy val `quill-test-kit` =
532
lazy val jdbcTestingLibraries = Seq(
533
libraryDependencies ++= Seq(
534
"com.zaxxer" % "HikariCP" % "6.2.1" exclude ("org.slf4j", "*"),
535
- "com.mysql" % "mysql-connector-j" % "9.0.0" % Test,
+ "com.mysql" % "mysql-connector-j" % "9.1.0" % Test,
536
"com.h2database" % "h2" % "2.3.232" % Test,
537
"org.postgresql" % "postgresql" % "42.7.4" % Test,
538
"org.xerial" % "sqlite-jdbc" % "3.47.0.0" % Test,
0 commit comments