Skip to content

Commit

Permalink
Merge pull request #745 from Iltotore/main
Browse files Browse the repository at this point in the history
Mention MiMa-Mill in README.md
  • Loading branch information
SethTisue committed Mar 27, 2023
2 parents 0152ef3 + 8e12fe1 commit 7bc8b44
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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,
Expand Down

0 comments on commit 7bc8b44

Please sign in to comment.