mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 13:35:50 +01:00
(refs #20)Upgrade to JGit 3.0.0.
This commit is contained in:
@@ -22,7 +22,7 @@ object MyBuild extends Build {
|
|||||||
scalaVersion := ScalaVersion,
|
scalaVersion := ScalaVersion,
|
||||||
resolvers += Classpaths.typesafeReleases,
|
resolvers += Classpaths.typesafeReleases,
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "2.3.1.201302201838-r",
|
"org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "3.0.0.201306101825-r",
|
||||||
"org.apache.commons" % "commons-io" % "1.3.2",
|
"org.apache.commons" % "commons-io" % "1.3.2",
|
||||||
"org.scalatra" %% "scalatra" % ScalatraVersion,
|
"org.scalatra" %% "scalatra" % ScalatraVersion,
|
||||||
"org.scalatra" %% "scalatra-specs2" % ScalatraVersion % "test",
|
"org.scalatra" %% "scalatra-specs2" % ScalatraVersion % "test",
|
||||||
|
|||||||
Reference in New Issue
Block a user