final object SpecificScalaVersion
extends Function4

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

Members

def apply ( major: Int , minor: Int , rev: Int , build: ScalaBuild ) : R
def unapply ( x$1: SpecificScalaVersion ) : SpecificScalaVersion