We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6c1f34 + 47ca024 commit 46a1ab1Copy full SHA for 46a1ab1
play-scala/application-tests/build.sbt
@@ -9,7 +9,7 @@ scalaVersion := ScalaVersions.scala2Version
9
10
libraryDependencies += "com.google.inject" % "guice" % "6.0.0"
11
libraryDependencies += "com.h2database" % "h2" % "1.4.200"
12
-libraryDependencies += "org.postgresql" % "postgresql" % "42.2.14"
+libraryDependencies += "org.postgresql" % "postgresql" % "42.2.27"
13
libraryDependencies += "com.typesafe.play" %% "play-slick" % "5.1.0"
14
libraryDependencies += "com.typesafe.play" %% "play-slick-evolutions" % "5.1.0"
15
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test
0 commit comments