Skip to content

Commit

Permalink
Update HikariCP to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 6, 2024
1 parent 12fcba6 commit a1f8d34
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 @@ -8,7 +8,7 @@ lazy val catsEffectVersion = "3.5.4"
lazy val circeVersion = "0.14.10"
lazy val fs2Version = "3.11.0"
lazy val h2Version = "1.4.200"
lazy val hikariVersion = "5.1.0" // N.B. Hikari v4 introduces a breaking change via slf4j v2
lazy val hikariVersion = "6.1.0" // N.B. Hikari v4 introduces a breaking change via slf4j v2
lazy val kindProjectorVersion = "0.11.2"
lazy val mysqlVersion = "9.1.0"
lazy val log4catsVersion = "2.7.0"
Expand Down

0 comments on commit a1f8d34

Please sign in to comment.