Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Upgrade slick, slick-hikaricp from 3.3.3 to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikArndt committed Mar 8, 2024
1 parent 361bffa commit 9e514ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ lazy val akkaDependencies = Seq(
lazy val databaseDependencies = Seq(
"org.postgresql" % "postgresql" % "42.7.2",
"com.h2database" % "h2" % "2.2.224",
"com.typesafe.slick" %% "slick" % "3.3.3",
"com.typesafe.slick" %% "slick-hikaricp" % "3.3.3",
"com.typesafe.slick" %% "slick" % "3.5.0",
"com.typesafe.slick" %% "slick-hikaricp" % "3.5.0",
"com.github.tminglei" %% "slick-pg" % "0.20.4",
"com.github.tminglei" %% "slick-pg_circe-json" % "0.20.4"
)
Expand Down

0 comments on commit 9e514ef

Please sign in to comment.