File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ The `Collection213Upgrade` rewrite upgrades to the 2.13 collections without the
64
64
65
65
``` scala
66
66
// build.sbt
67
- scalafixDependencies in ThisBuild += " org.scala-lang.modules" %% " scala-collection-migrations" % " 2.4.1 "
67
+ scalafixDependencies in ThisBuild += " org.scala-lang.modules" %% " scala-collection-migrations" % " 2.4.2 "
68
68
addCompilerPlugin(scalafixSemanticdb)
69
69
scalacOptions ++= List (" -Yrangepos" , " -P:semanticdb:synthetics:on" )
70
70
```
@@ -82,8 +82,8 @@ To cross-build for 2.12 and 2.11, the rewrite rule introduces a dependency on th
82
82
83
83
``` scala
84
84
// build.sbt
85
- scalafixDependencies in ThisBuild += " org.scala-lang.modules" %% " scala-collection-migrations" % " 2.4.1 "
86
- libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.4.1 "
85
+ scalafixDependencies in ThisBuild += " org.scala-lang.modules" %% " scala-collection-migrations" % " 2.4.2 "
86
+ libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.4.2 "
87
87
addCompilerPlugin(scalafixSemanticdb)
88
88
scalacOptions ++= List (" -Yrangepos" , " -P:semanticdb:synthetics:on" )
89
89
```
You can’t perform that action at this time.
0 commit comments