Skip to content

Commit

Permalink
Merge pull request #649 from innFactory/update/HikariCP-6.0.0
Browse files Browse the repository at this point in the history
chore: update HikariCP from 5.1.0 to 6.0.0
  • Loading branch information
mergify[bot] authored Sep 24, 2024
2 parents 8e3d1c2 + baacfa9 commit e3b87cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object Dependencies {
val slickCodegen = "com.typesafe.slick" %% "slick-codegen" % "3.3.3"
val slickHikaricp = "com.typesafe.slick" %% "slick-hikaricp" % "3.3.3"
val joda = "joda-time" % "joda-time" % "2.13.0"
val hikariCP = "com.zaxxer" % "HikariCP" % "5.1.0"
val hikariCP = "com.zaxxer" % "HikariCP" % "6.0.0"

val postgresql = "org.postgresql" % "postgresql" % "42.7.4"
val cats = "org.typelevel" %% "cats-core" % "2.12.0"
Expand Down

0 comments on commit e3b87cc

Please sign in to comment.