ScalaBuild

object ScalaBuild
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

case class Development(id: String) extends ScalaBuild

A development, test, nightly, snapshot or other "unofficial" build

A development, test, nightly, snapshot or other "unofficial" build

case object Final extends ScalaBuild

A final build

A final build

case class Milestone(n: Int) extends ScalaBuild

An intermediate release

An intermediate release

case class RC(n: Int) extends ScalaBuild

A candidate for final release

A candidate for final release