Skip to content

Commit 7bc8b44

Browse files
authored
Merge pull request #745 from Iltotore/main
Mention MiMa-Mill in README.md
2 parents 0152ef3 + 8e12fe1 commit 7bc8b44

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ contain bugs.
4848

4949
## Usage
5050

51+
### SBT
52+
5153
MiMa's sbt plugin supports sbt 1.x only. (Use v0.3.0 for sbt 0.13.x.)
5254

5355
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:
7476
[error] Total time: 15 s, completed May 18, 2012 11:32:29 AM
7577
```
7678

79+
### Mill
80+
81+
A MiMa plugin for Mill is maintained at [lolgab/mill-mima](https://github.com/lolgab/mill-mima).
82+
83+
To use it add the following to your `build.sc`:
84+
85+
```scala
86+
import $ivy.`com.github.lolgab::mill-mima::x.y.z`
87+
import com.github.lolgab.mill.mima._
88+
```
89+
90+
Please check [this page](https://github.com/lolgab/mill-mima) for further information.
91+
7792
## Filtering binary incompatibilities
7893

7994
When MiMa reports a binary incompatibility that you consider acceptable, such as a change in an internal package,

0 commit comments

Comments
 (0)