sbt-mima-plugin v0.6.0 Release Notes

Release Date: 2019-08-22 // over 4 years ago
    • Correctly display static methods #371
    • Ignore when the first constructor parameter is dropped from the signature #378
    • ✂ Removed overloads are missing, not incompatible #362
    • 👌 Verify all overloads for result types and signatures #345

    Migration notes

    ⚡️ The last 2 highlighted changes fix the fact that previously some DirectMissingMethodProblems were incorrectly reported as IncompatibleResultTypeProblem/IncompatibleMethTypeProblem and vice-versa. If you have added filters for such cases to your project, when upgrading to mima 0.6.0 you might have to update those to filter out DirectMissingMethodProblem instead (example: https://github.com/akka/akka-http/pull/2656/files).