File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ contain bugs.
4848
4949## Usage
5050
51+ ### SBT
52+
5153MiMa's sbt plugin supports sbt 1.x only. (Use v0.3.0 for sbt 0.13.x.)
5254
5355To 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
7994When MiMa reports a binary incompatibility that you consider acceptable, such as a change in an internal package,
You can’t perform that action at this time.
0 commit comments