Skip to content

Commit

Permalink
Update postgresql to 42.5.0 (#483)
Browse files Browse the repository at this point in the history
Co-authored-by: Cédric Chantepie <[email protected]>
  • Loading branch information
scala-steward and cchantep authored Aug 27, 2022
1 parent 29e91ef commit 1ecea38
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 @@ -237,7 +237,7 @@ lazy val `anorm-akka` = (project in file("akka"))

// ---

lazy val pgVer = sys.env.get("POSTGRES_VERSION").getOrElse("42.4.2")
lazy val pgVer = sys.env.get("POSTGRES_VERSION").getOrElse("42.5.0")

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

0 comments on commit 1ecea38

Please sign in to comment.