We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f046c2b + 05e94d8 commit 24ea10bCopy full SHA for 24ea10b
build.sbt
@@ -19,7 +19,7 @@ lazy val abwcf = (project in file("ABWCF"))
19
assembly / assemblyJarName := "abwcf.jar"
20
)
21
22
-val postgresVersion = "42.7.8" //License: BSD-2-Clause
+val postgresVersion = "42.7.9" //License: BSD-2-Clause
23
val logbackVersion = "1.5.20" //License: EPL / LGPL (dual license)
24
25
libraryDependencies ++= Seq(
0 commit comments