use postgresql-embedded 2.0 (that is supposed to work with Java 9)

This commit is contained in:
aadrian
2017-05-02 11:17:15 +02:00
parent f60685117d
commit eb2bef824d

View File

@@ -56,7 +56,7 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test",
"org.mockito" % "mockito-core" % "2.7.22" % "test",
"com.wix" % "wix-embedded-mysql" % "2.1.4" % "test",
"ru.yandex.qatools.embed" % "postgresql-embedded" % "1.23" % "test"
"ru.yandex.qatools.embed" % "postgresql-embedded" % "2.0" % "test"
)
// Compiler settings