Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.18 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.18 KB

v

Build Status Coverage Status Maven Central Versioning Docs

A library for manipulating and comparing versions

Add to Your sbt Build

Scala 2.13

libraryDependencies += "lgbt.princess" %% "v-core"   % "0.6.0"  // the core library supporting basic version types
libraryDependencies += "lgbt.princess" %% "v-semver" % "0.6.0"  // the SemVer portion of the library (includes "v-core")
libraryDependencies += "lgbt.princess" %% "v"        % "0.6.0"  // all parts of the library