aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2012-10-02 22:10:23 -0700
committerPatrick Wendell <pwendell@gmail.com>2012-10-02 22:10:23 -0700
commit89be3c3e76665ff2df1af8299db2693ba6def532 (patch)
tree532df01a75dcd703b6b7b01e6ddc6334fc1ce34e
parentc8ca6bc59b1b7b4798e5815a23551801061623ca (diff)
downloadspark-89be3c3e76665ff2df1af8299db2693ba6def532.tar.gz
spark-89be3c3e76665ff2df1af8299db2693ba6def532.tar.bz2
spark-89be3c3e76665ff2df1af8299db2693ba6def532.zip
Changing version of Scala in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bd75005c30..b016e43659 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.1. This version has been tested with 2.9.1.final.
+Spark requires Scala 2.9.2. This version has been tested with 2.9.2.final.
The project is built using Simple Build Tool (SBT), which is packaged with it.
To build Spark and its example programs, run: