aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorIsmael Juma <ismael@juma.me.uk>2011-09-26 22:44:41 +0100
committerIsmael Juma <ismael@juma.me.uk>2011-09-26 22:44:41 +0100
commit4019305afeba847221dc3c8e00c16fa26bda56cd (patch)
tree1caffca078e1116ae9cf6092eb19e9e1d1442531 /run
parent3562db6374d5f181a0446be322a0050fd7d48a07 (diff)
downloadspark-4019305afeba847221dc3c8e00c16fa26bda56cd.tar.gz
spark-4019305afeba847221dc3c8e00c16fa26bda56cd.tar.bz2
spark-4019305afeba847221dc3c8e00c16fa26bda56cd.zip
Set SCALA_VERSION to 2.9.1 (from 2.9.1.final) to match expectation of SBT 0.11.0
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index 2b95984ace..c7fc65b5f6 100755
--- a/run
+++ b/run
@@ -1,6 +1,6 @@
#!/bin/bash
-SCALA_VERSION=2.9.1.final
+SCALA_VERSION=2.9.1
# Figure out where the Scala framework is installed
FWDIR="$(cd `dirname $0`; pwd)"