Skip to content

Commit 5d1f792

Browse files
authored
Update README.md
1 parent 33d5a8c commit 5d1f792

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22

33
# Scala 2.13 Collection Compatibility Library And Migration Tool
44

5+
## Compatibility Library
6+
7+
This library provides some of the new APIs from Scala 2.13 to Scala 2.11 and 2.12. It can be used to cross-build projects.
58
To use this library, add the following to your build.sbt:
69

710
```
811
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "0.1.0"
912
```
1013

11-
## Compatibility Library
12-
13-
This library provides some of the new APIs from Scala 2.13 to Scala 2.11 and 2.12. It can be used to cross-build projects.
14-
1514
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.
1615

1716
Also note that this library has not fully stabilized yet. We expect that new, binary incompatible releases of this library will be published (for 2.11, 2.12) until Scala 2.13 is getting close to its final state. Therefore you might want to avoid adding a dependency on that library to your 2.11 / 2.12 artifacts for the time being.

0 commit comments

Comments
 (0)