Skip to content

Commit bd203a4

Browse files
committed
Update version of scalac fork
1 parent e450e3b commit bd203a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/dotc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Configuration
77
SCALA_VERSION=2.11.4
88
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
1010
DOTTY_VERSION=0.1
1111
bootcp=true
1212
default_java_opts="-Xmx768m -Xms768m"

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ object DottyBuild extends Build {
3131
// get reflect and xml onboard
3232
libraryDependencies ++= Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value,
3333
"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"),
3535

3636
// get junit onboard
3737
libraryDependencies += "com.novocode" % "junit-interface" % "0.11-RC1" % "test",

0 commit comments

Comments
 (0)