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

Commit

Permalink
Update postgresql to 42.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 23, 2024
1 parent 3767ef3 commit 93a9c8e
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 @@ -66,7 +66,7 @@ lazy val root = (project in file("."))
"org.slf4j" % "jul-to-slf4j" % "2.0.13",
"com.typesafe.slick" %% "slick" % "3.5.1",
"com.typesafe.slick" %% "slick-hikaricp" % "3.5.1",
"org.postgresql" % "postgresql" % "42.7.3",
"org.postgresql" % "postgresql" % "42.7.4",
"com.github.jwt-scala" %% "jwt-core" % "9.4.6",
"com.github.jwt-scala" %% "jwt-spray-json" % "9.0.2",
"org.mindrot" % "jbcrypt" % "0.4",
Expand Down

0 comments on commit 93a9c8e

Please sign in to comment.