You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-16Lines changed: 7 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ And, it includes support for some non-collections classes such as the `@nowarn`
49
49
50
50
## Migration rules
51
51
52
-
The migration rules use scalafix. Please see the [official installation instructions](https://scalacenter.github.io/scalafix/docs/users/installation.html)and, in particular, check that your full Scala version is supported (ex 2.12.16).
52
+
The migration rules use scalafix. Please see the [official installation instructions](https://scalacenter.github.io/scalafix/docs/users/installation.html)if you are using an old version of sbt (<1.3) or in case the commands below do not work.
53
53
54
54
```scala
55
55
// project/plugins.sbt
@@ -62,14 +62,13 @@ The `Collection213Upgrade` rewrite upgrades to the 2.13 collections without the
0 commit comments