summaryrefslogtreecommitdiff
path: root/versions.properties
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2016-03-18 16:58:46 +1000
committerJason Zaugg <jzaugg@gmail.com>2016-03-18 17:01:21 +1000
commit41d5b9f33fc21c993c676c0389e5f4e7dc66166c (patch)
tree8ef922ac2ff29e0f765526ce63ee1d41b56d4305 /versions.properties
parentdc9effeb3af789d9e4a6b8e126ac73ac718270fa (diff)
downloadscala-41d5b9f33fc21c993c676c0389e5f4e7dc66166c.tar.gz
scala-41d5b9f33fc21c993c676c0389e5f4e7dc66166c.tar.bz2
scala-41d5b9f33fc21c993c676c0389e5f4e7dc66166c.zip
Update STARR after bootstrapping the new trait encoding
The previous commit was used to build a interim release, 2.12.0-M3-dc9effe. That release process used dc9effe~1 as STARR. (by passing the parameter STARR_REF to the bootstrap job.) This commit switches to using 2.12.0-M3-dc9effe as STARR. It will not build until we have a public release of scalacheck against 2.12.0-M3-dc9effe, as requested in https://github.com/rickynils/scalacheck/issues/225
Diffstat (limited to 'versions.properties')
-rw-r--r--versions.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/versions.properties b/versions.properties
index c63b15a3f0..319ff842c3 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-M3
+starr.version=2.12.0-M3-dc9effe
# These are the versions of the modules that go with this release.
# These properties are used during PR validation and in dbuild builds.
@@ -19,7 +19,7 @@ starr.version=2.12.0-M3
# - After 2.x.0 is released, the binary version is 2.x.
# - During milestones and RCs, modules are cross-built against the full version.
# So the value is the full version (e.g. 2.12.0-M2).
-scala.binary.version=2.12.0-M3
+scala.binary.version=2.12.0-M3-dc9effe
# external modules shipped with distribution, as specified by scala-library-all's pom
scala-xml.version.number=1.0.5