aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2012-09-24 14:12:48 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2012-09-24 14:12:48 -0700
commit1f539aa473981ec47b253dfe86c84ed2bcf286ba (patch)
treefea71abd6a2a140023d4a26f99f43600adb26bc0 /run
parentf855e4fad2b298641b6a6ae4ef74bd1e000f028d (diff)
downloadspark-1f539aa473981ec47b253dfe86c84ed2bcf286ba.tar.gz
spark-1f539aa473981ec47b253dfe86c84ed2bcf286ba.tar.bz2
spark-1f539aa473981ec47b253dfe86c84ed2bcf286ba.zip
Update Scala version dependency to 2.9.2
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index 2946a04d3f..5f640789ff 100755
--- a/run
+++ b/run
@@ -1,6 +1,6 @@
#!/bin/bash
-SCALA_VERSION=2.9.1
+SCALA_VERSION=2.9.2
# Figure out where the Scala framework is installed
FWDIR="$(cd `dirname $0`; pwd)"