Skip to content

Commit 05016d9

Browse files
authored
Merge pull request scala#5381 from SethTisue/use-rc1-as-starr
bump STARR to 2.12.0-RC1
2 parents 72f1f3f + 7507765 commit 05016d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# The scala version used for bootstrapping. This has no impact on the final classfiles:
99
# there are two stages (locker and quick), so compiler and library are always built
1010
# with themselves. Stability is ensured by building a third stage (strap).
11-
starr.version=2.12.0-M5
11+
starr.version=2.12.0-RC1
1212

1313
# These are the versions of the modules that go with this release.
1414
# These properties are used during PR validation and in dbuild builds.
@@ -19,7 +19,7 @@ starr.version=2.12.0-M5
1919
# - After 2.x.0 is released, the binary version is 2.x.
2020
# - During milestones and RCs, modules are cross-built against the full version.
2121
# So the value is the full version (e.g. 2.12.0-M2).
22-
scala.binary.version=2.12.0-M5
22+
scala.binary.version=2.12.0-RC1
2323

2424
# external modules shipped with distribution, as specified by scala-library-all's pom
2525
scala-xml.version.number=1.0.5

0 commit comments

Comments
 (0)