Skip to content

Commit

Permalink
Update postgresql to 42.2.10 (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 10, 2020
1 parent e36d6f5 commit 11edfa8
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 @@ -22,7 +22,7 @@ libraryDependencies += specs2 % Test
libraryDependencies += guice

libraryDependencies ++= Seq(
"org.postgresql" % "postgresql" % "42.2.9",
"org.postgresql" % "postgresql" % "42.2.10",
"org.playframework.anorm" %% "anorm" % "2.6.5",
"com.typesafe.play" %% "play-mailer" % "7.0.1",
"com.sun.mail" % "javax.mail" % "1.6.2",
Expand Down

0 comments on commit 11edfa8

Please sign in to comment.