Skip to content

Commit 013c7cd

Browse files
authored
Merge pull request #163 from pjfanning/patch-1
fix sbt task name in migration tool doc
2 parents 40688b9 + 27ae77e commit 013c7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ scalacOptions ++= List("-Yrangepos", "-P:semanticdb:synthetics:on")
7878

7979
```bash
8080
// sbt shell
81-
> ;test:scalafix Collections213CrossCompat ;scalafix Collections213CrossCompat
81+
> ;test:scalafix Collection213CrossCompat ;scalafix Collection213CrossCompat
8282
```
8383

8484
### Build.scala

0 commit comments

Comments
 (0)