Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit

Permalink
Merge pull request #6 from guardian/use-released-fork-of-github-api
Browse files Browse the repository at this point in the history
Use released fork of github-api
  • Loading branch information
lindseydew committed Feb 24, 2014
2 parents 8ac38f5 + 74c95f1 commit bb38792
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 bb38792

Please sign in to comment.