Skip to content

Commit

Permalink
Update postgresql to 42.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 7, 2023
1 parent c8e9226 commit 7e5fc78
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 hikariVersion = "5.1.0" // N.B. Hikari v4 introduces a breaking
lazy val kindProjectorVersion = "0.11.2"
lazy val log4catsVersion = "2.6.0"
lazy val postGisVersion = "2.5.1"
lazy val postgresVersion = "42.7.0"
lazy val postgresVersion = "42.7.1"
lazy val refinedVersion = "0.11.0"
lazy val scalaCheckVersion = "1.15.4"
lazy val scalatestVersion = "3.2.17"
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.0"
val postgresVersion = "42.7.1"
libraryDependencies += "org.postgresql" % "postgresql" % postgresVersion

0 comments on commit 7e5fc78

Please sign in to comment.