Announcing MiMa (Migration Manager) 0.1.16

We recently released MiMa 0.1.16, with two bug fixes:

  • Fixes a backwards binary compatibility issue using sbt-mima-plugin 0.1.15 (for sbt 1) with Scala 2.12.3. #191/#190 by @dwijnand
  • Fixes a forwards binary compatibility issue using sbt-mima-plugin 0.1.15 (for sbt 0.13) with sbt < 0.13.16. #183/#190 by @dwijnand

See: https://github.com/typesafehub/migration-manager/releases/tag/0.1.16

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

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

or consult the documentation at https://github.com/typesafehub/migration-manager/wiki

Enjoy!

Dale Wijnand / Tooling Team / Lightbend, Inc.

My fix for #191 was incomplete.

Please use 0.1.17:

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

Dale Wijnand / Tooling Team / Lightbend, Inc.