Home

Awesome

sbt-mima-version-check - Plugin to Automate which Mima Versions to Check Build Status Maven Central Code of Consuct

Head on over to the microsite

Quick Start

To use sbt-mima-version-check in an existing SBT project with version 1.0 or greater, add the following dependencies to your plugins.sbt depending on your needs:

addSbtPlugin("io.chrisdavenport" % "sbt-mima-version-check" % "<version>")

Explanation

This sets the versions to check your library for binary compatibility with based on semantic versioning.

So lets take some common cases.