Upgraded to jgit-5.0-rc2

This commit is contained in:
Uli Heller
2018-06-04 08:29:06 +02:00
parent 1e330b42a8
commit 7a4bbccdd9

View File

@@ -30,8 +30,8 @@ resolvers ++= Seq(
)
libraryDependencies ++= Seq(
"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.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.scalatra" %% "scalatra" % ScalatraVersion,
"org.scalatra" %% "scalatra-json" % ScalatraVersion,
"org.scalatra" %% "scalatra-forms" % ScalatraVersion,