Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lazy val kindProjectorVersion = "0.11.2"
lazy val mysqlVersion = "9.7.0"
lazy val log4catsVersion = "2.8.0"
lazy val postGisVersion = "2025.1.1"
lazy val postgresVersion = "42.7.10"
lazy val postgresVersion = "42.7.11"
lazy val refinedVersion = "0.11.3"
lazy val scalaCollectionCompatVersion = "2.14.0"
lazy val scalaCheckVersion = "1.15.4"
Expand Down
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Required for the freegen definition for postgres in ../build.sbt
val postgresVersion = "42.7.10"
val postgresVersion = "42.7.11"
libraryDependencies += "org.postgresql" % "postgresql" % postgresVersion
Loading