diff --git a/build.sbt b/build.sbt index fb2cb6d..a62e45b 100644 --- a/build.sbt +++ b/build.sbt @@ -30,8 +30,8 @@ ) 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,