The Migration Manager for Scala (MiMa in short) is a tool for diagnosing binary incompatibilities for Scala libraries.
We recently released MiMa 0.1.13, with one bugfix:
* Avoid false positives for classes defined in methods
For links to actual closed tickets, visit:
https://github.com/typesafehub/migration-manager/releases/tag/0.1.13
Contributors to this release: Jason Zaugg, Stefan Zeiger, Martynas Mickevičius
To use it in SBT add the following to your project/plugins.sbt:
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.13")
or consult the documentation at
https://github.com/typesafehub/migration-manager/wiki
Enjoy!
Seth Tisue / Scala team / Lightbend, Inc.