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

Commit

Permalink
Upgrade slick-pg, slick-pg_circe-json from 0.20.4 to 0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikArndt committed May 19, 2024
1 parent cd622e9 commit 94bfe56
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 @@ -25,8 +25,8 @@ lazy val databaseDependencies = Seq(
"com.h2database" % "h2" % "2.2.224",
"com.typesafe.slick" %% "slick" % "3.3.3",
"com.typesafe.slick" %% "slick-hikaricp" % "3.3.3",
"com.github.tminglei" %% "slick-pg" % "0.20.4",
"com.github.tminglei" %% "slick-pg_circe-json" % "0.20.4"
"com.github.tminglei" %% "slick-pg" % "0.22.2",
"com.github.tminglei" %% "slick-pg_circe-json" % "0.22.2"
)

val circeVersion = "0.14.2"
Expand Down

0 comments on commit 94bfe56

Please sign in to comment.