Skip to content

Commit 24ea10b

Browse files
Merge pull request #24 from amin-aoulkadi/update/postgresql-42.7.9
Update postgresql to 42.7.9
2 parents f046c2b + 05e94d8 commit 24ea10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ lazy val abwcf = (project in file("ABWCF"))
1919
assembly / assemblyJarName := "abwcf.jar"
2020
)
2121

22-
val postgresVersion = "42.7.8" //License: BSD-2-Clause
22+
val postgresVersion = "42.7.9" //License: BSD-2-Clause
2323
val logbackVersion = "1.5.20" //License: EPL / LGPL (dual license)
2424

2525
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)