sbt-version-policy icon indicating copy to clipboard operation
sbt-version-policy copied to clipboard

Avoid false positives versionCheck when versionScheme != early-semver

Open bjaglin opened this issue 2 years ago • 1 comments

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 versionSchemes or fail if it's not early-semver.

bjaglin avatar Mar 21 '22 12:03 bjaglin

Related discussion #60.

julienrf avatar Mar 21 '22 12:03 julienrf