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 @@ -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 += " org.scala-lang.modules" %% " scala-collection-migrations" % " 0.2.1"
55
+ scalafixDependencies in ThisBuild += " org.scala-lang.modules" %% " scala-collection-migrations" % " 0.2.1"
56
56
scalacOptions ++= List (" -Yrangepos" , " -P:semanticdb:synthetics:on" )
57
57
```
58
58
@@ -70,7 +70,7 @@ To cross-build for 2.12 and 2.11, the rewrite rule introduces a dependency on th
70
70
71
71
``` scala
72
72
// build.sbt
73
- scalafixDependencies += " org.scala-lang.modules" %% " scala-collection-migrations" % " 0.2.1"
73
+ scalafixDependencies in ThisBuild += " org.scala-lang.modules" %% " scala-collection-migrations" % " 0.2.1"
74
74
libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 0.2.1"
75
75
scalacOptions ++= List (" -Yrangepos" , " -P:semanticdb:synthetics:on" )
76
76
```
You can’t perform that action at this time.
0 commit comments