SpecificScalaVersion

dotty.tools.dotc.config.SpecificScalaVersion
case class SpecificScalaVersion(major: Int, minor: Int, rev: Int, build: ScalaBuild) 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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class ScalaVersion
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def compare(that: ScalaVersion): Int

Inherited methods

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product