From 74c95f1ec13807a542900eefcd4a7ab02f891a88 Mon Sep 17 00:00:00 2001 From: Roberto Tyley Date: Mon, 24 Feb 2014 20:49:48 +0000 Subject: [PATCH] Use released fork of github-api I've published a small fork of the github-api, which includes these pull-requests we need: https://github.com/kohsuke/github-api/pull/66 - org member paging https://github.com/kohsuke/github-api/pull/68 - org-member filtering --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cbbdb22..79b3438 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ libraryDependencies ++= Seq( jdbc, anorm, cache, - "org.kohsuke" % "github-api" % "1.50-SNAPSHOT", + "com.madgag" % "github-api" % "1.49.99.0.1", "com.github.scala-incubator.io" %% "scala-io-file" % "0.4.2", "org.eclipse.jgit" % "org.eclipse.jgit" % "3.2.0.201312181205-r", "com.madgag" %% "scala-git" % "1.11.1",