diff --git a/build.sbt b/build.sbt index 6b2f922..d71df32 100644 --- a/build.sbt +++ b/build.sbt @@ -26,8 +26,8 @@ "amateras-snapshot" at "http://amateras.sourceforge.jp/mvn-snapshot/" ) libraryDependencies ++= Seq( - "org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "4.9.1.201712030800-r", - "org.eclipse.jgit" % "org.eclipse.jgit.archive" % "4.9.1.201712030800-r", + "org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "4.9.2.201712150930-r", + "org.eclipse.jgit" % "org.eclipse.jgit.archive" % "4.9.2.201712150930-r", "org.scalatra" %% "scalatra" % ScalatraVersion, "org.scalatra" %% "scalatra-json" % ScalatraVersion, "org.scalatra" %% "scalatra-forms" % ScalatraVersion,