Skip to content

Commit

Permalink
Update postgresql to 42.3.6 (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 25, 2022
1 parent 2228d43 commit 702d86d
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 @@ -227,7 +227,7 @@ lazy val `anorm-akka` = (project in file("akka"))

// ---

lazy val pgVer = sys.env.get("POSTGRES_VERSION").getOrElse("42.3.5")
lazy val pgVer = sys.env.get("POSTGRES_VERSION").getOrElse("42.3.6")

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

0 comments on commit 702d86d

Please sign in to comment.