From d2d5e9cc43080f3d2b8a51edf77f351ad49f6669 Mon Sep 17 00:00:00 2001 From: Uli Heller Date: Mon, 12 Mar 2018 06:09:25 +0100 Subject: [PATCH] jgit: Updated to 4.11.0.201803080745-r --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 1cd33bbf7..cc41187d1 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.10.0.201712302008-r", - "org.eclipse.jgit" % "org.eclipse.jgit.archive" % "4.10.0.201712302008-r", + "org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "4.11.0.201803080745-r", + "org.eclipse.jgit" % "org.eclipse.jgit.archive" % "4.11.0.201803080745-r", "org.scalatra" %% "scalatra" % ScalatraVersion, "org.scalatra" %% "scalatra-json" % ScalatraVersion, "org.scalatra" %% "scalatra-forms" % ScalatraVersion,