We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c22d78 + d17f465 commit efcc958Copy full SHA for efcc958
1 file changed
play-scala-isolated-slick-example/build.sbt
@@ -49,7 +49,7 @@ lazy val slick = (project in file("modules/slick"))
49
.enablePlugins(CodegenPlugin)
50
.settings(
51
libraryDependencies ++= Seq(
52
- "com.zaxxer" % "HikariCP" % "6.0.0",
+ "com.zaxxer" % "HikariCP" % "6.3.0",
53
"com.typesafe.slick" %% "slick" % "3.5.2",
54
"com.typesafe.slick" %% "slick-hikaricp" % "3.5.2"
55
),
0 commit comments