File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,11 @@ To use this library, add the following to your `build.sbt`:
20
20
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6"
21
21
```
22
22
23
- Exception: the 1.0.0 release was withdrawn and should not be used.
24
-
25
- All future versions will remain backwards binary compatible with 2.0.0+.
23
+ All future versions will remain backwards binary compatible with 2.0.0. (The 1.0.0 release was withdrawn and should not be used.)
26
24
27
25
## How it works
28
26
29
- The 2.13 collections redesign did not break source compatibility for much ordinary code, there are exceptions.
27
+ The 2.13 collections redesign did not break source compatibility for most ordinary code, but there are some exceptions.
30
28
31
29
For example, the ` to ` method is used with a type parameter in 2.12:
32
30
You can’t perform that action at this time.
0 commit comments