Announcing MiMa (Migration Manager) 0.1.15

We recently released MiMa 0.1.15, with three notable features:

  • Scala 2.12 and sbt 1 support. #169/#175/#180/#181 by @lrytz /@szeiger /@dwijnand
  • Wildcard support to exclude problem filter. #171/#172 by @2m
  • Filter file support. #170/#174 by @2m

For links to all closed tickets, visit:

Contributors to this release: Martynas Mickevičius, Dale Wijnand, Stefan Zeiger, Kenji Yoshida, Francois Armand, Lukas Rytz, and Seth Tisue.

To use it in SBT add the following to your project/plugins.sbt:

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.15")

or consult the documentation at

Enjoy!

Dale Wijnand / Tooling Team / Lightbend, Inc.

Please note that it requires sbt 0.13.16-RC1 (unintentionally - https://github.com/typesafehub/migration-manager/issues/183).