Skip to content

Commit

Permalink
Merge pull request #1393 from tpolecat/downrgade-hikari
Browse files Browse the repository at this point in the history
revert hikari to latest 3.x version
  • Loading branch information
tpolecat authored Mar 10, 2021
2 parents 75e3508 + 38a92f9 commit 84c8f40
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 @@ -7,7 +7,7 @@ lazy val catsEffectVersion = "2.3.3"
lazy val circeVersion = "0.13.0"
lazy val fs2Version = "2.5.3"
lazy val h2Version = "1.4.200"
lazy val hikariVersion = "4.0.3"
lazy val hikariVersion = "3.4.5" // N.B. Hikari v4 introduces a breaking change via slf4j v2
lazy val kindProjectorVersion = "0.11.2"
lazy val monixVersion = "3.3.0"
lazy val quillVersion = "3.6.1"
Expand Down

0 comments on commit 84c8f40

Please sign in to comment.