Skip to content

Commit cb797b8

Browse files
committed
Update postgresql to 42.7.8
1 parent adb31a9 commit cb797b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy val kindProjectorVersion = "0.11.2"
1313
lazy val mysqlVersion = "9.4.0"
1414
lazy val log4catsVersion = "2.7.1"
1515
lazy val postGisVersion = "2025.1.1"
16-
lazy val postgresVersion = "42.7.7"
16+
lazy val postgresVersion = "42.7.8"
1717
lazy val refinedVersion = "0.11.3"
1818
lazy val scalaCollectionCompatVersion = "2.13.0"
1919
lazy val scalaCheckVersion = "1.15.4"

project/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Required for the freegen definition for postgres in ../build.sbt
2-
val postgresVersion = "42.7.7"
2+
val postgresVersion = "42.7.8"
33
libraryDependencies += "org.postgresql" % "postgresql" % postgresVersion

0 commit comments

Comments
 (0)