Skip to content

Commit f661bae

Browse files
committed
Update more usage docs to v2.1.1
1 parent 735c454 commit f661bae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To use this library, add the following to your build.sbt:
1111
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.1"
1212
```
1313

14-
Version 2.0.0 is compatible with Scala 2.13, 2.12, and 2.11.
14+
Version 2.0.0+ is compatible with Scala 2.13, 2.12, and 2.11.
1515

1616
Note that there are multiple ways to cross-build projects, see https://github.com/scala/collection-strawman/wiki/FAQ#how-do-i-cross-build-my-project-against-scala-212-and-scala-213.
1717

@@ -53,7 +53,7 @@ The `Collection213Upgrade` rewrite upgrades to the 2.13 collections without the
5353

5454
```scala
5555
// build.sbt
56-
scalafixDependencies in ThisBuild += "org.scala-lang.modules" %% "scala-collection-migrations" % "2.0.0"
56+
scalafixDependencies in ThisBuild += "org.scala-lang.modules" %% "scala-collection-migrations" % "2.1.1"
5757
scalacOptions ++= List("-Yrangepos", "-P:semanticdb:synthetics:on")
5858
```
5959

@@ -71,8 +71,8 @@ To cross-build for 2.12 and 2.11, the rewrite rule introduces a dependency on th
7171

7272
```scala
7373
// build.sbt
74-
scalafixDependencies in ThisBuild += "org.scala-lang.modules" %% "scala-collection-migrations" % "2.0.0"
75-
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.0.0"
74+
scalafixDependencies in ThisBuild += "org.scala-lang.modules" %% "scala-collection-migrations" % "2.1.1"
75+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.1"
7676
scalacOptions ++= List("-Yrangepos", "-P:semanticdb:synthetics:on")
7777
```
7878

0 commit comments

Comments
 (0)