mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-07 16:12:17 +01:00
use postgresql-embedded 2.0 (that is supposed to work with Java 9)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user