Skip to content

Commit

Permalink
Merge pull request #456 from scala-steward/update/2.9.x/HikariCP-5.1.0
Browse files Browse the repository at this point in the history
HikariCP 5.1.0 (was 5.0.1)
  • Loading branch information
mkurz authored Dec 2, 2023
2 parents 218c900 + 479545d commit 84d6966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play-scala-isolated-slick-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lazy val slick = (project in file("modules/slick"))
.enablePlugins(CodegenPlugin)
.settings(
libraryDependencies ++= Seq(
"com.zaxxer" % "HikariCP" % "5.0.1",
"com.zaxxer" % "HikariCP" % "5.1.0",
"com.typesafe.slick" %% "slick" % "3.4.1",
"com.typesafe.slick" %% "slick-hikaricp" % "3.4.1"
),
Expand Down

0 comments on commit 84d6966

Please sign in to comment.