Skip to content

Commit d99773d

Browse files
CodingCataarondav
authored andcommitted
[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 apache#616 from CodingCat/doc_version and squashes the following commits: eafd99a [CodingCat] fix site scala version error in doc
1 parent ccb327a commit d99773d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ markdown: kramdown
55
# of Spark, Scala, and Mesos.
66
SPARK_VERSION: 1.0.0-incubating-SNAPSHOT
77
SPARK_VERSION_SHORT: 1.0.0
8-
SCALA_VERSION: "2.10"
8+
SCALA_VERSION: "2.10.3"
99
MESOS_VERSION: 0.13.0
1010
SPARK_ISSUE_TRACKER_URL: https://spark-project.atlassian.net
1111
SPARK_GITHUB_URL: https://github.com/apache/incubator-spark

0 commit comments

Comments
 (0)