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

Commit

Permalink
Update slick, slick-hikaricp to 3.5.0 (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 9, 2024
1 parent c67a1ed commit ab415eb
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 @@ -64,8 +64,8 @@ lazy val root = (project in file("."))
"ch.qos.logback" % "logback-classic" % "1.2.13",
"net.logstash.logback" % "logstash-logback-encoder" % "7.4",
"org.slf4j" % "jul-to-slf4j" % "2.0.12",
"com.typesafe.slick" %% "slick" % "3.4.1",
"com.typesafe.slick" %% "slick-hikaricp" % "3.4.1",
"com.typesafe.slick" %% "slick" % "3.5.0",
"com.typesafe.slick" %% "slick-hikaricp" % "3.5.0",
"org.postgresql" % "postgresql" % "42.7.2",
"com.github.jwt-scala" %% "jwt-core" % "9.4.6",
"com.github.jwt-scala" %% "jwt-spray-json" % "9.0.2",
Expand Down

0 comments on commit ab415eb

Please sign in to comment.