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 47421ca + 487b04b commit 3381ee9Copy full SHA for 3381ee9
play-scala/application-tests/build.sbt
@@ -9,7 +9,7 @@ scalaVersion := ScalaVersions.scala2Version
9
10
libraryDependencies += guice
11
libraryDependencies += "com.h2database" % "h2" % "1.4.200"
12
-libraryDependencies += "org.postgresql" % "postgresql" % "42.2.28"
+libraryDependencies += "org.postgresql" % "postgresql" % "42.2.29"
13
libraryDependencies += "org.playframework" %% "play-slick" % "6.0.0"
14
libraryDependencies += "org.playframework" %% "play-slick-evolutions" % "6.0.0"
15
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test
0 commit comments