sbt-mima-plugin v0.6.3 Release Notes

Release Date: 2020-02-03 // about 4 years ago
  • ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix a false negative when removing all method implementations from a trait (with results in the loss of the trait's "initialisation" method, which is binary incompatible). #426 / #448 (kindly reported by @travisbrown)

    Other improvements

    • ๐Ÿ“„ Clarify the IncompatibleSignatureProblem message & link to the docs in the README. #435 by @raboof
    • โœ… Test infra: run the functional tests, to ensure they're correct. Motivated by the false negative in #426. #427 / #444
    • โช Restore sbt 1.2.8 support. #453
    • ๐Ÿ”จ Lots and lots of cleanup and refactoring. See the entire changelog details.

    ๐Ÿ‘€ For full details see the milestone and/or the changelog.