From 3054834b911cbca8c1c1be58f05f7d830eb96121 Mon Sep 17 00:00:00 2001 From: Uli Heller Date: Wed, 28 Dec 2016 08:44:13 +0100 Subject: [PATCH] jgit: 4.6.0.201612231935-r --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index a3e522d77..b7ee701cc 100644 --- a/build.sbt +++ b/build.sbt @@ -22,8 +22,8 @@ resolvers ++= Seq( ) libraryDependencies ++= Seq( "org.scala-lang.modules" %% "scala-java8-compat" % "0.7.0", - "org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "4.1.2.201602141800-r", - "org.eclipse.jgit" % "org.eclipse.jgit.archive" % "4.1.2.201602141800-r", + "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, "org.scalatra" %% "scalatra-json" % ScalatraVersion, "org.json4s" %% "json4s-jackson" % "3.3.0",