File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
# also add them to the update.versions mechanism in build.xml,
6
6
# which is used by the release script scripts/jobs/integrate/bootstrap
7
7
8
- # The scala version used for boostrapping . This has no impact on the final classfiles:
8
+ # The scala version used for bootstrapping . This has no impact on the final classfiles:
9
9
# there are two stages (locker and quick), so compiler and library are always built
10
10
# with themselves. Stability is ensured by building a third stage (strap).
11
- starr.version =2.12.0-M1
11
+ starr.version =2.12.0-M2
12
12
13
13
# These are the versions of the modules that go with this release.
14
14
# These properties are used during PR validation and in dbuild builds.
@@ -18,8 +18,8 @@ starr.version=2.12.0-M1
18
18
# It has to be set in the following way:
19
19
# - After 2.x.0 is released, the binary version is 2.x.
20
20
# - During milestones and RCs, modules are cross-built against the full version.
21
- # So the value is the full version (e.g. 2.12.0-M1 ).
22
- scala.binary.version =2.12.0-M1
21
+ # So the value is the full version (e.g. 2.12.0-M2 ).
22
+ scala.binary.version =2.12.0-M2
23
23
24
24
# external modules shipped with distribution, as specified by scala-library-all's pom
25
25
scala-xml.version.number =1.0.4
You can’t perform that action at this time.
0 commit comments