aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-06-05 21:52:43 -0700
committerJakob Odersky <jakob@odersky.com>2016-06-07 17:10:52 -0700
commit480f4b09a1a222368609771086176caabc6aad28 (patch)
tree0a70b8cefb11a011d04effd51417452823a6c395 /project/plugins.sbt
parenteac9a5ba8fbaebb43e38256630201c6f03f4debf (diff)
downloadakka-serial-480f4b09a1a222368609771086176caabc6aad28.tar.gz
akka-serial-480f4b09a1a222368609771086176caabc6aad28.tar.bz2
akka-serial-480f4b09a1a222368609771086176caabc6aad28.zip
Generate documentation
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt8
1 files changed, 2 insertions, 6 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index ff1f6d5..031aa44 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -10,15 +10,11 @@ addSbtPlugin("ch.jodersky" % "sbt-jni" % "0.4.4")
/*
* Utility plugins, can be disabled during plain build
*/
-
// Generate documentation for all sources
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3")
-// Build website
-addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.2")
-
-// Integrate website with GitHub pages
-addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.4")
+// Generate website content
+addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.0.0")
// Automate release process
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.0")