From 227ee12e4caae6de63798445f4ca2d6998e078b9 Mon Sep 17 00:00:00 2001 From: Uli Heller Date: Mon, 12 Feb 2018 15:19:29 +0100 Subject: [PATCH] Updated jgit to 4.10.0.201712302008-r --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f94875884..76c137ade 100644 --- a/build.sbt +++ b/build.sbt @@ -26,8 +26,8 @@ resolvers ++= Seq( "amateras-snapshot" at "http://amateras.sourceforge.jp/mvn-snapshot/" ) libraryDependencies ++= Seq( - "org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "4.9.2.201712150930-r", - "org.eclipse.jgit" % "org.eclipse.jgit.archive" % "4.9.2.201712150930-r", + "org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "4.10.0.201712302008-r", + "org.eclipse.jgit" % "org.eclipse.jgit.archive" % "4.10.0.201712302008-r", "org.scalatra" %% "scalatra" % ScalatraVersion, "org.scalatra" %% "scalatra-json" % ScalatraVersion, "org.scalatra" %% "scalatra-forms" % ScalatraVersion,