From bdd83a84fd38bf91f7be094e51921d95b807fe00 Mon Sep 17 00:00:00 2001 From: takezoe Date: Fri, 5 Jul 2013 11:10:44 +0900 Subject: [PATCH] (refs #20)Upgrade to JGit 3.0.0. --- project/build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.scala b/project/build.scala index 0ce4d876a..774c0dd63 100644 --- a/project/build.scala +++ b/project/build.scala @@ -22,7 +22,7 @@ object MyBuild extends Build { scalaVersion := ScalaVersion, resolvers += Classpaths.typesafeReleases, 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.scalatra" %% "scalatra" % ScalatraVersion, "org.scalatra" %% "scalatra-specs2" % ScalatraVersion % "test",