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`:
2020libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6"
2121```
2222
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.)
2624
2725## How it works
2826
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.
3028
3129For example, the ` to ` method is used with a type parameter in 2.12:
3230
You can’t perform that action at this time.
0 commit comments