File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
# Configuration
7
7
SCALA_VERSION=2.11.4
8
8
SCALA_BINARY_VERSION=2.11
9
- SCALA_COMPILER_VERSION=2.11.5-20141127-151222-084cc06425
9
+ SCALA_COMPILER_VERSION=2.11.5-20141212-151631-beaa78b033
10
10
DOTTY_VERSION=0.1
11
11
bootcp=true
12
12
default_java_opts=" -Xmx768m -Xms768m"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ object DottyBuild extends Build {
31
31
// get reflect and xml onboard
32
32
libraryDependencies ++= Seq (" org.scala-lang" % " scala-reflect" % scalaVersion.value,
33
33
" org.scala-lang.modules" %% " scala-xml" % " 1.0.1" ,
34
- " me.d-d" % " scala-compiler" % " 2.11.5-20141201-170015-e7ca5a7c89 " ),
34
+ " me.d-d" % " scala-compiler" % " 2.11.5-20141212-151631-beaa78b033 " ),
35
35
36
36
// get junit onboard
37
37
libraryDependencies += " com.novocode" % " junit-interface" % " 0.11-RC1" % " test" ,
You can’t perform that action at this time.
0 commit comments