Skip to content

Commit

Permalink
Update HikariCP to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 24, 2024
1 parent 915ba29 commit c353b55
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" % "5.1.0", // 5.x doesn't support Java 1.8
"com.zaxxer" % "HikariCP" % "6.0.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 c353b55

Please sign in to comment.