Closed
Description
Discussing scala/bug#12632 I was reminded that the Mima plugin and the sbt-version-policy plugin was relaxed and put back and relaxed again a couple of times:
- versionPolicyCheck fails for scalajs-library #551
- Cleanup for release 2.1.0 #598
- Update scala-js and scala3 #604
It should probably be turned back on or at the very least conditionally so.
Currently it is:
// should be reverted to Compatibility.BinaryAndSourceCompatible after 2.2.0 is released
versionPolicyIntention := Compatibility.None,