Skip to content

Commit

Permalink
Update postgresql to 42.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and mkurz committed Jul 12, 2022
1 parent 7394065 commit 62e243b
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.3.6")
lazy val pgVer = sys.env.get("POSTGRES_VERSION").getOrElse("42.4.0")

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

0 comments on commit 62e243b

Please sign in to comment.