From 65dee79159daddd987eee0e5363d00d662e611e1 Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Tue, 17 Feb 2015 15:54:28 +0100 Subject: Update version of scalac fork. Includes fixed for emitting string concatenation if string originates from an array. Eg `"hello " + Array("world")(0)` --- bin/dotc | 2 +- project/Build.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/dotc b/bin/dotc index 6d0bf72ce..430469703 100755 --- a/bin/dotc +++ b/bin/dotc @@ -6,7 +6,7 @@ # Configuration SCALA_VERSION=2.11.5 SCALA_BINARY_VERSION=2.11 -SCALA_COMPILER_VERSION=2.11.5-20141212-151631-beaa78b033 +SCALA_COMPILER_VERSION=2.11.5-20150216-154453-f58d45491b DOTTY_VERSION=0.1 JLINE_VERSION=2.12 bootcp=true diff --git a/project/Build.scala b/project/Build.scala index e6725bb26..80e52250c 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -31,7 +31,7 @@ object DottyBuild extends Build { // get reflect and xml onboard libraryDependencies ++= Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value, "org.scala-lang.modules" %% "scala-xml" % "1.0.1", - "me.d-d" % "scala-compiler" % "2.11.5-20141212-151631-beaa78b033", + "me.d-d" % "scala-compiler" % "2.11.5-20150216-154453-f58d45491b", "jline" % "jline" % "2.12"), // get junit onboard -- cgit v1.2.3