File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ The migration rules use scalafix. Please see the [official installation instruct
44
44
``` scala
45
45
// project/plugins.sbt
46
46
47
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.5 " )
47
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.8 " )
48
48
```
49
49
50
50
### Collection213Upgrade
@@ -53,7 +53,7 @@ The `Collection213Upgrade` rewrite upgrades to the 2.13 collections without the
53
53
54
54
``` scala
55
55
// build.sbt
56
- scalafixDependencies in ThisBuild += " org.scala-lang.modules" %% " scala-collection-migrations" % " 2.1.2 "
56
+ scalafixDependencies in ThisBuild += " org.scala-lang.modules" %% " scala-collection-migrations" % " 2.1.1 "
57
57
scalacOptions ++= List (" -Yrangepos" , " -P:semanticdb:synthetics:on" )
58
58
```
59
59
You can’t perform that action at this time.
0 commit comments