From 55ae32487851a5d820dfe7da9661002b7b681aae Mon Sep 17 00:00:00 2001 From: Uli Heller Date: Tue, 26 Jun 2018 06:48:08 +0200 Subject: [PATCH] jgit: 5.0.0.201806131550-r -> 5.0.1.201806211838-r Bug Fixes Respect unshallow lines in protocol v2 Fix maven site generation failing with javadoc errors --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 3f1a1f31b..bcc5d1bd1 100644 --- a/build.sbt +++ b/build.sbt @@ -30,8 +30,8 @@ resolvers ++= Seq( ) libraryDependencies ++= Seq( - "org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "5.0.0.201806131550-r", - "org.eclipse.jgit" % "org.eclipse.jgit.archive" % "5.0.0.201806131550-r", + "org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "5.0.1.201806211838-r", + "org.eclipse.jgit" % "org.eclipse.jgit.archive" % "5.0.1.201806211838-r", "org.scalatra" %% "scalatra" % ScalatraVersion, "org.scalatra" %% "scalatra-json" % ScalatraVersion, "org.scalatra" %% "scalatra-forms" % ScalatraVersion,