Skip to content

Commit

Permalink
Merge pull request #2167 from scala-steward/update/postgresql-42.7.5
Browse files Browse the repository at this point in the history
Update postgresql to 42.7.5
  • Loading branch information
jatcwang authored Feb 1, 2025
2 parents c8e5e49 + 96505c7 commit ff1b56b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2.0"
lazy val log4catsVersion = "2.7.0"
lazy val postGisVersion = "2024.1.0"
lazy val postgresVersion = "42.7.4"
lazy val postgresVersion = "42.7.5"
lazy val refinedVersion = "0.11.3"
lazy val scalaCheckVersion = "1.15.4"
lazy val scalatestVersion = "3.2.18"
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.4"
val postgresVersion = "42.7.5"
libraryDependencies += "org.postgresql" % "postgresql" % postgresVersion

0 comments on commit ff1b56b

Please sign in to comment.