aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJim Lawson2019-01-22 10:12:56 -0800
committerGitHub2019-01-22 10:12:56 -0800
commit0fd1fd100ab11a6a34c262e605ced3b166adec88 (patch)
tree2b8cd67c52e7d5e98bd5b1412d0094aff895acf3 /project
parentdf3a34f01d227ff9ad0e63a41ff10001ac01c01d (diff)
Remove ghpages plugin (#996)
* Remove GhpagesPlugin. (#979) * Restore old SCM reference (after removing ghpages) * Remove reference to sbt-ghpages plugin.
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt2
1 files changed, 0 insertions, 2 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 1a7cb8a6..6baf83c6 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -4,8 +4,6 @@ resolvers += Classpaths.sbtPluginReleases
resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
-addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")
-
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")