We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928cc63 commit 33d5a8cCopy full SHA for 33d5a8c
README.md
@@ -1,7 +1,12 @@
1
[](https://travis-ci.org/scala/scala-collection-compat)
2
3
-Scala 2.13 Collection Compatibility Library And Migration Tool
4
-==============================================================
+# Scala 2.13 Collection Compatibility Library And Migration Tool
+
5
+To use this library, add the following to your build.sbt:
6
7
+```
8
+libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "0.1.0"
9
10
11
## Compatibility Library
12
0 commit comments