Skip to content

Commit

Permalink
Merge pull request #322 from scala-steward/update/HikariCP-6.1.0
Browse files Browse the repository at this point in the history
Update HikariCP from 6.0.0 to 6.1.0
  • Loading branch information
takapi327 authored Nov 7, 2024
2 parents d62d636 + 0c88442 commit 360b558
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 @@ -19,7 +19,7 @@ object Dependencies {

val typesafeConfig = "com.typesafe" % "config" % "1.4.3"

val hikariCP = "com.zaxxer" % "HikariCP" % "6.0.0"
val hikariCP = "com.zaxxer" % "HikariCP" % "6.1.0"

val scala3Compiler = "org.scala-lang" %% "scala3-compiler" % scala3

Expand Down

0 comments on commit 360b558

Please sign in to comment.