aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLuciano Resende <lresende@apache.org>2016-02-09 11:56:25 -0800
committerJosh Rosen <joshrosen@databricks.com>2016-02-09 11:56:25 -0800
commit2dbb9164405d6f595905c7d4b32e20177f0f669f (patch)
treeaa15d1ec1d286242558558d2eaac752aa2be7fae /docs
parent34d0b70b309f16af263eb4e6d7c36e2ea170bc67 (diff)
downloadspark-2dbb9164405d6f595905c7d4b32e20177f0f669f.tar.gz
spark-2dbb9164405d6f595905c7d4b32e20177f0f669f.tar.bz2
spark-2dbb9164405d6f595905c7d4b32e20177f0f669f.zip
[SPARK-13189] Cleanup build references to Scala 2.10
Author: Luciano Resende <lresende@apache.org> Closes #11092 from lresende/SPARK-13189.
Diffstat (limited to 'docs')
-rw-r--r--docs/_config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_config.yml b/docs/_config.yml
index dc25ff2c16..8bdc68aeea 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -16,8 +16,8 @@ include:
# of Spark, Scala, and Mesos.
SPARK_VERSION: 2.0.0-SNAPSHOT
SPARK_VERSION_SHORT: 2.0.0
-SCALA_BINARY_VERSION: "2.10"
-SCALA_VERSION: "2.10.5"
+SCALA_BINARY_VERSION: "2.11"
+SCALA_VERSION: "2.11.7"
MESOS_VERSION: 0.21.0
SPARK_ISSUE_TRACKER_URL: https://issues.apache.org/jira/browse/SPARK
SPARK_GITHUB_URL: https://github.com/apache/spark