Skip to content

Commit

Permalink
Merge pull request #1941 from scala-steward/update/HikariCP-5.1.0
Browse files Browse the repository at this point in the history
Update HikariCP to 5.1.0
  • Loading branch information
jatcwang authored Nov 7, 2023
2 parents 593c496 + 15764e4 commit ed18814
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 @@ -9,7 +9,7 @@ lazy val catsEffectVersion = "3.5.2"
lazy val circeVersion = "0.14.6"
lazy val fs2Version = "3.9.3"
lazy val h2Version = "1.4.200"
lazy val hikariVersion = "5.0.1" // N.B. Hikari v4 introduces a breaking change via slf4j v2
lazy val hikariVersion = "5.1.0" // N.B. Hikari v4 introduces a breaking change via slf4j v2
lazy val kindProjectorVersion = "0.11.2"
lazy val log4catsVersion = "2.6.0"
lazy val postGisVersion = "2.5.1"
Expand Down

0 comments on commit ed18814

Please sign in to comment.