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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/dotc') 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 -- cgit v1.2.3