summaryrefslogtreecommitdiff
path: root/versions.properties
diff options
context:
space:
mode:
Diffstat (limited to 'versions.properties')
-rw-r--r--versions.properties12
1 files changed, 7 insertions, 5 deletions
diff --git a/versions.properties b/versions.properties
index 488535c991..ed90768780 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-M4
+starr.version=2.12.0-M5
# 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-M4
# - 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-M4
+scala.binary.version=2.12.0-M5
# external modules shipped with distribution, as specified by scala-library-all's pom
scala-xml.version.number=1.0.5
@@ -27,11 +27,13 @@ scala-parser-combinators.version.number=1.0.4
scala-swing.version.number=2.0.0-M2
scala-swing.version.osgi=2.0.0.M2
jline.version=2.14.1
-scala-asm.version=5.0.4-scala-3
+scala-asm.version=5.1.0-scala-1
# external modules, used internally (not shipped)
-partest.version.number=1.0.16
-scalacheck.version.number=1.11.6
+partest.version.number=1.0.17
+# We've embedded these sources in partest-extras for now. After 2.12.0 is released
+# we can switch to a public release.
+# scalacheck.version.number=1.11.6
# TODO: modularize the compiler
#scala-compiler-doc.version.number=1.0.0-RC1