From b4f4d8856135ef1447986d58d60b35d7945cfb9e Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Fri, 21 Feb 2014 02:51:01 +0000 Subject: Correcting bug in Scala version in Docs. I'm manually fixing this for now. In the future when docs are compiled they will have this fix. --- site/docs/0.9.0/quick-start.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/docs') diff --git a/site/docs/0.9.0/quick-start.html b/site/docs/0.9.0/quick-start.html index 1bd3fbd4b..66a70d556 100644 --- a/site/docs/0.9.0/quick-start.html +++ b/site/docs/0.9.0/quick-start.html @@ -263,7 +263,7 @@ Start the shell by running ./bin/spark-shell in the Spark directory version := "1.0" -scalaVersion := "2.10" +scalaVersion := "2.10.3" libraryDependencies += "org.apache.spark" %% "spark-core" % "0.9.0-incubating" -- cgit v1.2.3