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

Commit

Permalink
Upgrade postgresql from 42.7.3 to 42.7.4
Browse files Browse the repository at this point in the history
JannikArndt committed Aug 23, 2024
1 parent e0e5f7f commit d84fd5a
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
@@ -21,7 +21,7 @@ lazy val akkaDependencies = Seq(
"ch.megard" %% "akka-http-cors" % "1.2.0"
)
lazy val databaseDependencies = Seq(
"org.postgresql" % "postgresql" % "42.7.3",
"org.postgresql" % "postgresql" % "42.7.4",
"com.h2database" % "h2" % "2.3.232",
"com.typesafe.slick" %% "slick" % "3.3.3",
"com.typesafe.slick" %% "slick-hikaricp" % "3.3.3",

0 comments on commit d84fd5a

Please sign in to comment.