Skip to content

Commit ba403f0

Browse files
julienrfolafurpg
authored andcommitted
Tune reference to scalafix documentation
1 parent d5f3fd0 commit ba403f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ We created two migration rules:
4343
* `Collection213Upgrade` For upgrading applications (like web server, etc) from 2.11/2.12 to 2.13
4444
* `Collection213CrossCompat` For library that wants to cross compile to 2.11, 2.12 and 2.13
4545

46+
The migration rules use scalafix. Please see the [official installation instruction](https://scalacenter.github.io/scalafix/docs/users/installation.html) and, in particular, check that your exact Scala binary version is supported.
47+
4648
```scala
4749
// project/plugins.sbt
4850

@@ -76,8 +78,6 @@ Then run:
7678
> ;scalafix Collection213CrossCompat ;test:scalafix Collection213CrossCompat # For Libraries
7779
```
7880

79-
The official documentation: https://scalacenter.github.io/scalafix/docs/users/installation.html
80-
8181
The migration tool is not exhaustive and we will continue to improve
8282
it over time. If you encounter a use case that’s not supported, please
8383
report it as described in the

0 commit comments

Comments
 (0)