Version

mill.contrib.versionfile.Version
See theVersion companion object
sealed trait Version

Attributes

Companion
object
Source
Version.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Release
class Snapshot

Members list

Value members

Concrete methods

Attributes

Source
Version.scala

Attributes

Source
Version.scala
def bump(segment: String): Version

Attributes

Source
Version.scala
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
Source
Version.scala

Abstract fields

val major: Int

Attributes

Source
Version.scala
val minor: Int

Attributes

Source
Version.scala
val patch: Int

Attributes

Source
Version.scala