summaryrefslogtreecommitdiff
path: root/versions.properties
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2015-04-30 14:33:25 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2015-04-30 18:20:43 +0200
commit8da073cd6bfaaaf3789fc8b70a61ebb66a2f0ded (patch)
tree60afae882884ef3b1e4b27dcd81e6a5b6cb03635 /versions.properties
parent236ee08ba25ada42b9cddf52a4a7c27158612b39 (diff)
downloadscala-8da073cd6bfaaaf3789fc8b70a61ebb66a2f0ded.tar.gz
scala-8da073cd6bfaaaf3789fc8b70a61ebb66a2f0ded.tar.bz2
scala-8da073cd6bfaaaf3789fc8b70a61ebb66a2f0ded.zip
Update versions.properites
The tagged revisions of the modules integrate the latest release of the sbt-scala-modules sbt plugin. This enables building with a new scala binary version (e.g. 2.12.0-M1) without failinig MiMa. Also updates the other external dependencies.
Diffstat (limited to 'versions.properties')
-rw-r--r--versions.properties21
1 files changed, 12 insertions, 9 deletions
diff --git a/versions.properties b/versions.properties
index ea0aa35d30..fc1b5f9697 100644
--- a/versions.properties
+++ b/versions.properties
@@ -13,21 +13,24 @@ starr.version=2.11.6
# These are the versions of the modules that go with this release.
# These properties are used during PR validation and in dbuild builds.
-# The scala.binary.version determines how modules are resolved. After 2.x.0 is released,
-# the binary version is 2.x. For milestones and RCs, modules are cross-built against the
-# full version, so the value, so the value is the full version (e.g. 2.12.0-M1).
+# The scala.binary.version determines how modules are resolved. For example, it
+# determines which partest artifact is being used for running the tests.
+# It has to be set in the following way:
+# - 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-M1).
scala.binary.version=2.11
# external modules shipped with distribution, as specified by scala-library-all's pom
-scala-xml.version.number=1.0.3
-scala-parser-combinators.version.number=1.0.3
-scala-swing.version.number=1.0.1
-akka-actor.version.number=2.3.4
+scala-xml.version.number=1.0.4
+scala-parser-combinators.version.number=1.0.4
+scala-swing.version.number=1.0.2
+akka-actor.version.number=2.3.10
jline.version=2.12.1
# external modules, used internally (not shipped)
-partest.version.number=1.0.6
-scalacheck.version.number=1.11.4
+partest.version.number=1.0.7
+scalacheck.version.number=1.12.2
# TODO: modularize the compiler
#scala-compiler-doc.version.number=1.0.0-RC1