From b736f904e9c5ce745731965619a8e05cf1135e1e Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 9 Apr 2017 21:43:58 +0900 Subject: [PATCH] (refs #1333)Bump to JGit 4.7.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 25ee799ad..b7c12bce3 100644 --- a/build.sbt +++ b/build.sbt @@ -21,8 +21,8 @@ resolvers ++= Seq( "amateras-snapshot" at "http://amateras.sourceforge.jp/mvn-snapshot/" ) libraryDependencies ++= Seq( - "org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "4.6.1.201703071140-r", - "org.eclipse.jgit" % "org.eclipse.jgit.archive" % "4.6.1.201703071140-r", + "org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "4.7.0.201704051617-r", + "org.eclipse.jgit" % "org.eclipse.jgit.archive" % "4.7.0.201704051617-r", "org.scalatra" %% "scalatra" % ScalatraVersion, "org.scalatra" %% "scalatra-json" % ScalatraVersion, "org.json4s" %% "json4s-jackson" % "3.5.0",