summaryrefslogtreecommitdiff
path: root/versions.properties
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2016-10-13 14:06:47 +1100
committerJason Zaugg <jzaugg@gmail.com>2016-10-13 14:12:25 +1100
commitdb6c152b981622adb2106ac4812e1d8edf87b41d (patch)
treebd4b4c4fdbe9dafe9d87164c12c97898ad2ab77f /versions.properties
parent1e81a09a896a0d7497687b5df1b8220172eaec92 (diff)
downloadscala-db6c152b981622adb2106ac4812e1d8edf87b41d.tar.gz
scala-db6c152b981622adb2106ac4812e1d8edf87b41d.tar.bz2
scala-db6c152b981622adb2106ac4812e1d8edf87b41d.zip
Restarr to fix InterfaceMethodRef after closure inlining
We need this to close the loop on #5452.
Diffstat (limited to 'versions.properties')
-rw-r--r--versions.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/versions.properties b/versions.properties
index 7c357f7fa7..1f43b9cc56 100644
--- a/versions.properties
+++ b/versions.properties
@@ -8,7 +8,7 @@
# The scala version used for bootstrapping. This has no impact on the final classfiles:
# there are two stages (locker and quick), so compiler and library are always built
# with themselves. Stability is ensured by building a third stage (strap).
-starr.version=2.12.0-RC1-ceaf419
+starr.version=2.12.0-RC1-1e81a09
# These are the versions of the modules that go with this release.
# These properties are used during PR validation and in dbuild builds.