Skip to content

Commit

Permalink
postgresql 42.7.1 (was 42.6.0) (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 14, 2024
1 parent 3412318 commit 21dc194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ lazy val `anorm-pekko` = (project in file("pekko"))

// ---

lazy val pgVer = sys.env.get("POSTGRES_VERSION").getOrElse("42.6.0")
lazy val pgVer = sys.env.get("POSTGRES_VERSION").getOrElse("42.7.1")

val playVer = Def.setting[String] {
if (scalaBinaryVersion.value == "2.13") "2.7.3"
Expand Down

0 comments on commit 21dc194

Please sign in to comment.