File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
6
6
# Configuration
7
- SCALA_VERSION=2.11.0-M7
7
+ SCALA_VERSION=2.11.1
8
+ SCALA_BINARY_VERSION=2.11
8
9
DOTTY_VERSION=0.1
9
10
bootcp=true
10
11
default_java_opts=" -Xmx768m -Xms768m"
29
30
DOTTY_ROOT=" ` dirname \" $DOTTY_ROOT \" ` "
30
31
DOTTY_ROOT=" ` ( cd \" $DOTTY_ROOT \" && pwd )` /.." # absolute
31
32
# autodetecting the compiler jar. this is location where sbt 'packages' it
32
- MAIN_JAR=$DOTTY_ROOT /target/scala-$SCALA_VERSION /dotty_$SCALA_VERSION -$DOTTY_VERSION -SNAPSHOT.jar
33
+ MAIN_JAR=$DOTTY_ROOT /target/scala-$SCALA_BINARY_VERSION /dotty_$SCALA_BINARY_VERSION -$DOTTY_VERSION -SNAPSHOT.jar
33
34
34
35
function checkjar {
35
36
if [ ! -f " $1 " ]
Original file line number Diff line number Diff line change 1
1
2
2
name := " dotty"
3
3
4
- scalaVersion in Global := " 2.11.0-RC3 "
4
+ scalaVersion in Global := " 2.11.1 "
5
5
6
6
version in Global := " 0.1-SNAPSHOT"
7
7
Original file line number Diff line number Diff line change 1
- sbt.version =0.13.0
1
+ sbt.version =0.13.5
You can’t perform that action at this time.
0 commit comments