Skip to content

Commit

Permalink
Use released fork of github-api
Browse files Browse the repository at this point in the history
I've published a small fork of the github-api, which includes these
pull-requests we need:

hub4j/github-api#66 - org member paging
hub4j/github-api#68 - org-member filtering
  • Loading branch information
rtyley committed Feb 24, 2014
1 parent 8ac38f5 commit 74c95f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 74c95f1

Please sign in to comment.