sbt, the interactive build tool
Go to file
Eugene Yokota 439f8498b6 pseudo-case class VersionNumber
VersionNumber is a pseudo-case class that represents any form of
version number. The unapply extractor can parse String into
three sequences that makes up VersionNumber.
VersionNumberCompatibility trait uses two VersionNumber instances
to evaluate binary compatibility between them.
Two implementations SemVer and SecondSegment are provided.
2014-07-27 12:14:30 -04:00
ivy pseudo-case class VersionNumber 2014-07-27 12:14:30 -04:00
util/cross/src/main/input_sources Regex now handles versions that contain multiple '-' characters in the version. 2014-07-03 18:57:48 -04:00