summaryrefslogblamecommitdiff
path: root/versions.properties
blob: ea0aa35d30192bf2dfbf7b941578b17093fb5c07 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                



                                                                  




                                                                                      
                    
 

                                                                      
 


                                                                                        
                         
 
                                                                                     
                              
                                             
                                
                               
                    
 
                                                 
                            
                                



                                                    
#Tue, 20 May 2014 10:01:37 +0200
# NOTE: this file determines the content of the scala-distribution
# via scala-dist-pom.xml and scala-library-all-pom.xml
# when adding new properties that influence a release,
# also add them to the update.versions mechanism in build.xml,
# which is used by the release script scripts/jobs/integrate/bootstrap

# The scala version used for boostrapping. 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.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).
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
jline.version=2.12.1

# external modules, used internally (not shipped)
partest.version.number=1.0.6
scalacheck.version.number=1.11.4

# TODO: modularize the compiler
#scala-compiler-doc.version.number=1.0.0-RC1
#scala-compiler-interactive.version.number=1.0.0-RC1