aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2014-08-07 16:24:22 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-08-07 16:24:22 -0700
commit32096c2aed9978cfb9a904b4f56bb61800d17e9e (patch)
treecd748098b0be9cf10eb2c6909c7d780ed9e4c29b /project/plugins.sbt
parent80ec5bad1311651fe56e1d5178090dc63753233b (diff)
downloadspark-32096c2aed9978cfb9a904b4f56bb61800d17e9e.tar.gz
spark-32096c2aed9978cfb9a904b4f56bb61800d17e9e.tar.bz2
spark-32096c2aed9978cfb9a904b4f56bb61800d17e9e.zip
SPARK-2899 Doc generation is back to working in new SBT Build.
The reason for this bug was introduciton of OldDeps project. It had to be excluded to prevent unidocs from trying to put it on "docs compile" classpath. Author: Prashant Sharma <prashant.s@imaginea.com> Closes #1830 from ScrapCodes/doc-fix and squashes the following commits: e5d52e6 [Prashant Sharma] SPARK-2899 Doc generation is back to working in new SBT Build.
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 06d18e1930..2a61f56c2e 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -23,6 +23,6 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.6")
addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.1")
-addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.0")
+addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.1")
addSbtPlugin("com.cavorite" % "sbt-avro" % "0.3.2")