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.
2 parents e41cb0b + 5ddb8d1 commit f4937d4Copy full SHA for f4937d4
build.sbt
@@ -8,7 +8,7 @@ lazy val catsEffectVersion = "3.6.3"
8
lazy val circeVersion = "0.14.14"
9
lazy val fs2Version = "3.12.0"
10
lazy val h2Version = "2.3.232"
11
-lazy val hikariVersion = "6.3.2" // N.B. Hikari v4 introduces a breaking change via slf4j v2
+lazy val hikariVersion = "7.0.2" // N.B. Hikari v4 introduces a breaking change via slf4j v2
12
lazy val kindProjectorVersion = "0.11.2"
13
lazy val mysqlVersion = "9.4.0"
14
lazy val log4catsVersion = "2.7.1"
0 commit comments