From 3febb27b1d993fda63caa01499942c33ac1c52dc Mon Sep 17 00:00:00 2001 From: Uli Heller Date: Fri, 22 Jun 2018 08:04:09 +0200 Subject: [PATCH] jgit: 5.0.0.201805301535-rc2 -> 5.0.0.201806131550-r --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 8f113a638..3f1a1f31b 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.201805301535-rc2", - "org.eclipse.jgit" % "org.eclipse.jgit.archive" % "5.0.0.201805301535-rc2", + "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.scalatra" %% "scalatra" % ScalatraVersion, "org.scalatra" %% "scalatra-json" % ScalatraVersion, "org.scalatra" %% "scalatra-forms" % ScalatraVersion,