From 1e24cc4daf6df77eff7e03220efbcd85134f397e Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Mon, 20 Feb 2017 10:56:18 +0900 Subject: [PATCH] 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. --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index dadafbdb5..f95987cb4 100644 --- a/build.sbt +++ b/build.sbt @@ -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,