Skip to content

Commit bf71aef

Browse files
Prepare version 0.2.1
1 parent c4a857a commit bf71aef

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ This library provides some of the new APIs from Scala 2.13 to Scala 2.11 and 2.1
88
To use this library, add the following to your build.sbt:
99

1010
```
11-
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "0.2.0"
11+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "0.2.1"
1212
```
1313

14-
Version 0.2.0 is compatible with Scala 2.13.0-M5. For Scala 2.13.0-M4 you should use version 0.1.1.
14+
Version 0.2.1 is compatible with Scala 2.13.0-M5. For Scala 2.13.0-M4 you should use version 0.1.1.
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

@@ -46,6 +46,10 @@ To use it, add the [scalafix](https://scalacenter.github.io/scalafix/) sbt plugi
4646
to your build, as explained in
4747
[its documentation](https://scalacenter.github.io/scalafix/#Installation).
4848

49+
```
50+
scalafixDependencies in ThisBuild += "org.scala-lang.modules" %% "scala-collection-compat" % "0.2.1"
51+
```
52+
4953
The migration tool is not exhaustive and we will continue to improve
5054
it over time. If you encounter a use case that’s not supported, please
5155
report it as described in the

0 commit comments

Comments
 (0)