Packages

object VersionType extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VersionType
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. case object Major extends VersionType with Product with Serializable
  2. case object Minor extends VersionType with Product with Serializable
  3. case object Patch extends VersionType with Product with Serializable
  4. case object PreRelease extends VersionType with Product with Serializable