File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ The migration rules use scalafix. Please see the [official installation instruct
43
43
44
44
``` scala
45
45
// project/plugins.sbt
46
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.8 " )
46
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.19 " )
47
47
```
48
48
49
49
### Collection213Upgrade
@@ -52,7 +52,7 @@ The `Collection213Upgrade` rewrite upgrades to the 2.13 collections without the
52
52
53
53
``` scala
54
54
// build.sbt
55
- scalafixDependencies in ThisBuild += " org.scala-lang.modules" %% " scala-collection-migrations" % " 2.1.4 "
55
+ scalafixDependencies in ThisBuild += " org.scala-lang.modules" %% " scala-collection-migrations" % " 2.1.6 "
56
56
addCompilerPlugin(scalafixSemanticdb)
57
57
scalacOptions ++= List (" -Yrangepos" , " -P:semanticdb:synthetics:on" )
58
58
```
@@ -71,8 +71,8 @@ To cross-build for 2.12 and 2.11, the rewrite rule introduces a dependency on th
71
71
72
72
``` scala
73
73
// build.sbt
74
- scalafixDependencies in ThisBuild += " org.scala-lang.modules" %% " scala-collection-migrations" % " 2.1.4 "
75
- libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.1.4 "
74
+ scalafixDependencies in ThisBuild += " org.scala-lang.modules" %% " scala-collection-migrations" % " 2.1.6 "
75
+ libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.1.6 "
76
76
addCompilerPlugin(scalafixSemanticdb)
77
77
scalacOptions ++= List (" -Yrangepos" , " -P:semanticdb:synthetics:on" )
78
78
```
You can’t perform that action at this time.
0 commit comments