Skip to content

Commit

Permalink
Merge pull request #215 from scala-steward/update/slick-hikaricp-3.4.0
Browse files Browse the repository at this point in the history
Update slick-hikaricp to 3.4.0
  • Loading branch information
mergify[bot] authored Aug 30, 2022
2 parents 9a1e656 + 144bd69 commit d5dc817
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 @@ -31,7 +31,7 @@ lazy val `slick-additions-codegen` =
project
.settings(
libraryDependencies ++= Seq(
"com.typesafe.slick" %% "slick-hikaricp" % "3.3.3",
"com.typesafe.slick" %% "slick-hikaricp" % "3.4.0",
"org.scalameta" %% "scalameta" % "4.5.13"
)
)

0 comments on commit d5dc817

Please sign in to comment.