We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb31a9 commit cb797b8Copy full SHA for cb797b8
build.sbt
@@ -13,7 +13,7 @@ lazy val kindProjectorVersion = "0.11.2"
13
lazy val mysqlVersion = "9.4.0"
14
lazy val log4catsVersion = "2.7.1"
15
lazy val postGisVersion = "2025.1.1"
16
-lazy val postgresVersion = "42.7.7"
+lazy val postgresVersion = "42.7.8"
17
lazy val refinedVersion = "0.11.3"
18
lazy val scalaCollectionCompatVersion = "2.13.0"
19
lazy val scalaCheckVersion = "1.15.4"
project/build.sbt
@@ -1,3 +1,3 @@
1
// Required for the freegen definition for postgres in ../build.sbt
2
-val postgresVersion = "42.7.7"
+val postgresVersion = "42.7.8"
3
libraryDependencies += "org.postgresql" % "postgresql" % postgresVersion
0 commit comments