aboutsummaryrefslogtreecommitdiff
path: root/docs/_config.yml
diff options
context:
space:
mode:
authorCodingCat <zhunansjtu@gmail.com>2014-02-18 16:29:23 -0800
committerAaron Davidson <aaron@databricks.com>2014-02-18 16:29:23 -0800
commitd99773d5bba674cc1434c86435b6d9b3739314c8 (patch)
treeda2e4a49db8e37556b13550140b2ad8846f1903d /docs/_config.yml
parentccb327a49a7323efd98a33223c438a670bba7cec (diff)
downloadspark-d99773d5bba674cc1434c86435b6d9b3739314c8.tar.gz
spark-d99773d5bba674cc1434c86435b6d9b3739314c8.tar.bz2
spark-d99773d5bba674cc1434c86435b6d9b3739314c8.zip
[SPARK-1105] fix site scala version error in doc
https://spark-project.atlassian.net/browse/SPARK-1105 fix site scala version error Author: CodingCat <zhunansjtu@gmail.com> Closes #616 from CodingCat/doc_version and squashes the following commits: eafd99a [CodingCat] fix site scala version error in doc
Diffstat (limited to 'docs/_config.yml')
-rw-r--r--docs/_config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_config.yml b/docs/_config.yml
index 98784866ce..b514e414dc 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -5,7 +5,7 @@ markdown: kramdown
# of Spark, Scala, and Mesos.
SPARK_VERSION: 1.0.0-incubating-SNAPSHOT
SPARK_VERSION_SHORT: 1.0.0
-SCALA_VERSION: "2.10"
+SCALA_VERSION: "2.10.3"
MESOS_VERSION: 0.13.0
SPARK_ISSUE_TRACKER_URL: https://spark-project.atlassian.net
SPARK_GITHUB_URL: https://github.com/apache/incubator-spark