From 8e12fe16d8fc8e59a47003c104425e1536a3c719 Mon Sep 17 00:00:00 2001 From: Iltotore Date: Sun, 5 Mar 2023 09:11:17 +0100 Subject: [PATCH] Mention MiMa-Mill in README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index f630449a..eddfdd49 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ contain bugs. ## Usage +### SBT + MiMa's sbt plugin supports sbt 1.x only. (Use v0.3.0 for sbt 0.13.x.) To use it add the following to your `project/plugins.sbt` file: @@ -74,6 +76,19 @@ and run `mimaReportBinaryIssues` to see something like the following: [error] Total time: 15 s, completed May 18, 2012 11:32:29 AM ``` +### Mill + +A MiMa plugin for Mill is maintained at [lolgab/mill-mima](https://github.com/lolgab/mill-mima). + +To use it add the following to your `build.sc`: + +```scala +import $ivy.`com.github.lolgab::mill-mima::x.y.z` +import com.github.lolgab.mill.mima._ +``` + +Please check [this page](https://github.com/lolgab/mill-mima) for further information. + ## Filtering binary incompatibilities When MiMa reports a binary incompatibility that you consider acceptable, such as a change in an internal package,