Skip to content

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 Aug 24, 2024
1 parent 6cec15d commit 6adb7ff
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 @@ -63,8 +63,8 @@ lazy val loggingDependencies = Seq(
lazy val databaseDependencies = Seq(
"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",
"org.postgresql" % "postgresql" % "42.7.4"
)

Expand Down

0 comments on commit 6adb7ff

Please sign in to comment.