Skip to content

Commit 3123f76

Browse files
committed
Update postgresql to 42.7.4
1 parent f1a17f9 commit 3123f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object Dependencies {
1111
val SlickVersion = "3.5.1"
1212
val SlickPgVersion = "0.22.1"
1313
val LogbackVersion = "1.5.7"
14-
val PostgresqlVersion = "42.7.3"
14+
val PostgresqlVersion = "42.7.4"
1515

1616
val Libraries: Seq[ModuleID] = Seq(
1717
"ch.qos.logback" % "logback-classic" % LogbackVersion % Test,

0 commit comments

Comments
 (0)