From d99773d5bba674cc1434c86435b6d9b3739314c8 Mon Sep 17 00:00:00 2001 From: CodingCat Date: Tue, 18 Feb 2014 16:29:23 -0800 Subject: [SPARK-1105] fix site scala version error in doc https://spark-project.atlassian.net/browse/SPARK-1105 fix site scala version error Author: CodingCat Closes #616 from CodingCat/doc_version and squashes the following commits: eafd99a [CodingCat] fix site scala version error in doc --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_config.yml') 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 -- cgit v1.2.3