mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-12-23 16:59:55 +01:00
remove scala-java8-compat
I have added this for new Java8 backend. https://github.com/gitbucket/gitbucket/commit/2bcab3052964343a54d79357c04 I think no longer needed because githbucket updated Scala 2.12.
This commit is contained in:
@@ -21,7 +21,6 @@ resolvers ++= Seq(
|
||||
"amateras-snapshot" at "http://amateras.sourceforge.jp/mvn-snapshot/"
|
||||
)
|
||||
libraryDependencies ++= Seq(
|
||||
"org.scala-lang.modules" %% "scala-java8-compat" % "0.8.0",
|
||||
"org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "4.6.0.201612231935-r",
|
||||
"org.eclipse.jgit" % "org.eclipse.jgit.archive" % "4.6.0.201612231935-r",
|
||||
"org.scalatra" %% "scalatra" % ScalatraVersion,
|
||||
|
||||
Reference in New Issue
Block a user