diff --git a/build.sbt b/build.sbt index 9ab9fd7..852f0fd 100644 --- a/build.sbt +++ b/build.sbt @@ -6,6 +6,7 @@ val GitBucketVersion = "4.27.0" val ScalatraVersion = "2.6.3" val JettyVersion = "9.4.11.v20180605" +val JgitVersion = "5.0.2.201807311906-r" lazy val root = (project in file(".")) .enablePlugins(SbtTwirl, ScalatraPlugin) @@ -30,8 +31,8 @@ ) libraryDependencies ++= Seq( - "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.eclipse.jgit" % "org.eclipse.jgit.http.server" % JgitVersion, + "org.eclipse.jgit" % "org.eclipse.jgit.archive" % JgitVersion, "org.scalatra" %% "scalatra" % ScalatraVersion, "org.scalatra" %% "scalatra-json" % ScalatraVersion, "org.scalatra" %% "scalatra-forms" % ScalatraVersion,