Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Merge pull request #929 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
jczuchnowski authored Mar 30, 2024
2 parents dc52424 + 6c7332f commit fa52759
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 @@ -175,7 +175,7 @@ lazy val jdbc_hikaricp = project
.settings(buildInfoSettings("zio.sql.jdbc-hickaricp"))
.settings(
libraryDependencies ++= Seq(
"com.zaxxer" % "HikariCP" % "4.0.3", // 5.x doesn't support Java 1.8
"com.zaxxer" % "HikariCP" % "5.1.0", // 5.x doesn't support Java 1.8
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
"org.testcontainers" % "mysql" % testcontainersVersion % Test,
Expand Down

0 comments on commit fa52759

Please sign in to comment.