We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a17f9 commit 3123f76Copy full SHA for 3123f76
project/Dependencies.scala
@@ -11,7 +11,7 @@ object Dependencies {
11
val SlickVersion = "3.5.1"
12
val SlickPgVersion = "0.22.1"
13
val LogbackVersion = "1.5.7"
14
- val PostgresqlVersion = "42.7.3"
+ val PostgresqlVersion = "42.7.4"
15
16
val Libraries: Seq[ModuleID] = Seq(
17
"ch.qos.logback" % "logback-classic" % LogbackVersion % Test,
0 commit comments