aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-02-17 15:54:28 +0100
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-03-11 14:43:06 +0100
commit65dee79159daddd987eee0e5363d00d662e611e1 (patch)
tree13e0070251c40f5a29a023c53d240f11844e1771 /bin
parentc1e014c6c7da71987f21ad0db76126261c893f4e (diff)
downloaddotty-65dee79159daddd987eee0e5363d00d662e611e1.tar.gz
dotty-65dee79159daddd987eee0e5363d00d662e611e1.tar.bz2
dotty-65dee79159daddd987eee0e5363d00d662e611e1.zip
Update version of scalac fork.
Includes fixed for emitting string concatenation if string originates from an array. Eg `"hello " + Array("world")(0)`
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dotc2
1 files changed, 1 insertions, 1 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