aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGeorge Leontiev <folone@gmail.com>2014-06-23 13:46:40 +0200
committerGeorge Leontiev <folone@gmail.com>2014-06-23 13:46:40 +0200
commit7f118479888638b853aad74bad790cb10beaddae (patch)
tree977d2952674f457fe536757bf1a731d98f044d90 /bin
parenta8cb929a368f01819c16393a97291e82bc4a2738 (diff)
downloaddotty-7f118479888638b853aad74bad790cb10beaddae.tar.gz
dotty-7f118479888638b853aad74bad790cb10beaddae.tar.bz2
dotty-7f118479888638b853aad74bad790cb10beaddae.zip
Use the final scala 2.11.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dotc5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/dotc b/bin/dotc
index eaaf9c768..cafd80f03 100755
--- a/bin/dotc
+++ b/bin/dotc
@@ -4,7 +4,8 @@
# Configuration
-SCALA_VERSION=2.11.0-M7
+SCALA_VERSION=2.11.1
+SCALA_BINARY_VERSION=2.11
DOTTY_VERSION=0.1
bootcp=true
default_java_opts="-Xmx768m -Xms768m"
@@ -29,7 +30,7 @@ fi
DOTTY_ROOT="`dirname \"$DOTTY_ROOT\"`"
DOTTY_ROOT="`( cd \"$DOTTY_ROOT\" && pwd )`/.." # absolute
# autodetecting the compiler jar. this is location where sbt 'packages' it
-MAIN_JAR=$DOTTY_ROOT/target/scala-$SCALA_VERSION/dotty_$SCALA_VERSION-$DOTTY_VERSION-SNAPSHOT.jar
+MAIN_JAR=$DOTTY_ROOT/target/scala-$SCALA_BINARY_VERSION/dotty_$SCALA_BINARY_VERSION-$DOTTY_VERSION-SNAPSHOT.jar
function checkjar {
if [ ! -f "$1" ]