Skip to content

Commit

Permalink
Add in example for how to use with Mill. (scalacenter#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckipp01 authored Jul 26, 2020
1 parent f055d52 commit a7a2283
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ To include this rule in your sbt build:
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "{latest-release}"
----

You can also include this rule in your Mill build if using https://github.com/joan38/mill-scalafix[mill-scalafix]:

[source,scala,subs="attributes+"]
----
def scalafixIvyDeps = Agg(ivy"com.github.liancheng::organize-imports:{latest-release}")
----

[[remove-unused-warning]]
[WARNING]
====
Expand Down

0 comments on commit a7a2283

Please sign in to comment.