Version

object Version
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple
The names of the product elements
Inhertied from
Mirror
type MirroredLabel <: String
The name of the type
Inhertied from
Mirror

Value members

Methods

def apply(major: Long, minor: Long, patch: Long): Version
def apply(major: Int, minor: Int, patch: Int): Version
def inc(v: Version): Version
Increments the version number
such that the returned number for version v is the lowest version that would match >v

Fields

val precedence: Order[Version]