Skip to content

Commit 6e96e22

Browse files
committed
s/or later/or 2.11/
1 parent a76782a commit 6e96e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.0-RC1")
4848

4949
### Collection213Upgrade
5050

51-
The `Collection213Upgrade` rewrite upgrades to the 2.13 collections without the ability to compile the code-base with 2.12 or later. This rewrite is suitable for applications that don't need to cross-compile against multiple Scala versions.
51+
The `Collection213Upgrade` rewrite upgrades to the 2.13 collections without the ability to compile the code-base with 2.12 or 2.11. This rewrite is suitable for applications that don't need to cross-compile against multiple Scala versions.
5252

5353
```scala
5454
// build.sbt

0 commit comments

Comments
 (0)