From bf980ca5b128d6c57ff5fe890a75ab37ad7e9f68 Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Mon, 6 Jun 2022 01:10:13 +0000 Subject: [PATCH] Update postgresql to 42.3.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fb5336b..665326d 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ libraryDependencies ++= Seq( "com.typesafe.play" %% "play-slick" % "5.0.0", "com.typesafe.play" %% "play-slick-evolutions" % "5.0.0", "com.h2database" % "h2" % "1.4.200", - "org.postgresql" % "postgresql" % "42.2.25", + "org.postgresql" % "postgresql" % "42.3.6", "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test, "org.mockito" %% "mockito-scala" % "1.16.55", specs2 % Test