sbt-version-policy
sbt-version-policy copied to clipboard
Avoid false positives versionCheck when versionScheme != early-semver
https://github.com/scalacenter/sbt-version-policy/blob/323d01065b08794e3d617b18722d7fb06fa6f67a/sbt-version-policy/src/main/scala/sbtversionpolicy/Compatibility.scala#L63-L85 assumes the module being checked is early-semver as of v2.0.1.
It should either support other versionScheme
s or fail if it's not early-semver
.
Related discussion #60.