Version

mill.util.Version
See theVersion companion object
class Version

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def chooseNewest(versions: Version*)(implicit ordering: Ordering[Version]): Version
def isAtLeast(other: Version)(implicit ordering: Ordering[Version]): Boolean
def isNewerThan(other: Version)(implicit ordering: Ordering[Version]): Boolean
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val major: Int
val micro: Option[Int]
val minor: Option[Int]
val qualifierWithSep: Option[(String, String)]