From 08cf40a6887aa5369399eb650478b0a67849e8d9 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Thu, 12 Jan 2012 13:54:44 -0500 Subject: [PATCH] Moved build to use latest ghpages plugin. --- project/project/build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/project/build.scala b/project/project/build.scala index bb4fc7794f..206b85ef5e 100644 --- a/project/project/build.scala +++ b/project/project/build.scala @@ -4,5 +4,5 @@ object PluginDef extends Build { lazy val root = Project("plugins", file(".")) dependsOn(ghpages) // move back to josh's repo after pull requests for git branch key // 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") }