Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Moved build to use latest ghpages plugin.
  • Loading branch information
jsuereth committed Jan 12, 2012
1 parent 51005e3 commit 08cf40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/project/build.scala
Expand Up @@ -4,5 +4,5 @@ object PluginDef extends Build {
lazy val root = Project("plugins", file(".")) dependsOn(ghpages) lazy val root = Project("plugins", file(".")) dependsOn(ghpages)
// move back to josh's repo after pull requests for git branch key // move back to josh's repo after pull requests for git branch key
// support goes through // support goes through
lazy val ghpages = uri("git://github.com/softprops/xsbt-ghpages-plugin.git#pikka-branch") lazy val ghpages = uri("git://github.com/jsuereth/xsbt-ghpages-plugin.git")
} }

0 comments on commit 08cf40a

Please sign in to comment.