forked from scala/scala
-
Notifications
You must be signed in to change notification settings - Fork 0
/
versions.properties
24 lines (22 loc) · 1.1 KB
/
versions.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Scala version used for bootstrapping (see README.md)
starr.version=2.13.0-M3-f73b161
# The scala.binary.version determines how modules are resolved. It is set as follows:
# - After 2.x.0 is released, the binary version is 2.x
# - If the starr is a milestone or RC, the full starr version, e.g., 2.12.0-M2
#
# For local development during pre-releases, we use existing module binaries with the hope
# that binary compatibility does not break. For example, after releasing 2.12.0-M1, we continue
# using scala-partest_2.12.0-M1 until releasing M2. Manual intervention is necessary for changes
# that break binary compatibility, see for example PR #5003.
scala.binary.version=2.13.0-M3-f73b161
# These are the versions of the modules that go with this release.
# Artifact dependencies:
# - scala-compiler: scala-xml, jline (% "optional")
# Other usages:
# - scala-asm: jar content included in scala-compiler
# - jline: shaded with JarJar and included in scala-compiler
# - partest: used for running the tests
scala-xml.version.number=1.1.0
partest.version.number=1.1.7
scala-asm.version=6.0.0-scala-1
jline.version=2.14.5