sbt-typelevel
sbt-typelevel copied to clipboard
Support checking forward-compatibility with MiMa
This would be helpful for projects like Scalacheck, Cats, and Cats Effect, that follow strict semver and don't add new features in patch releases, but have no automated way to enforce this.
I think https://github.com/lightbend/mima/pull/680 may make implementing this easier.