case class SpecificScalaVersion
extends ScalaVersion

A specific Scala version, not one of the magic min/max versions. An SpecificScalaVersion may or may not be a released version - i.e. this same class is used to represent final, release candidate, milestone, and development builds. The build argument is used to segregate builds

Constructors

SpecificScalaVersion ( major: Int , minor: Int , rev: Int , build: ScalaBuild )

Members

val build : ScalaBuild
val major : Int
val minor : Int
val rev : Int
def _1 : T1
def _2 : T2
def _3 : T3
def _4 : T4
def compare ( that: ScalaVersion ) : Int
def copy ( major: Int , minor: Int , rev: Int , build: ScalaBuild ) : SpecificScalaVersion
def copy$default$1 : Int
def copy$default$2 : Int
def copy$default$3 : Int
def copy$default$4 : ScalaBuild
def unparse : String