aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatei Zaharia <matei.zaharia@gmail.com>2013-07-10 22:29:41 -0700
committerMatei Zaharia <matei.zaharia@gmail.com>2013-07-10 22:29:41 -0700
commitbc19477efbe9ad18a27516a771dd14c497368516 (patch)
tree73f4dc9e83f1c6b8a28813cf786518d4a7278e99
parent7dcda9ae74818f17b57448acab8bd1dc40d78c19 (diff)
parentebf5b8c7c5fe72fbe2d74a1bfa67cbdc9f9be0ea (diff)
downloadspark-bc19477efbe9ad18a27516a771dd14c497368516.tar.gz
spark-bc19477efbe9ad18a27516a771dd14c497368516.tar.bz2
spark-bc19477efbe9ad18a27516a771dd14c497368516.zip
Merge pull request #693 from c0s/readme
Updating README to reflect Scala 2.9.3 requirements
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ba24ab43b1..1dd96a0a4a 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ This README file only contains basic setup instructions.
## Building
-Spark requires Scala 2.9.2 (Scala 2.10 is not yet supported). The project is
+Spark requires Scala 2.9.3 (Scala 2.10 is not yet supported). The project is
built using Simple Build Tool (SBT), which is packaged with it. To build
Spark and its example programs, run: