Skip to content

Commit d433866

Browse files
committed
add usage information to readme
1 parent 42a3970 commit d433866

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This module provides various additions to the Scala 2.13 standard collections.
44

5+
## Usage
6+
7+
If you're using sbt, you can add the dependency as follows:
8+
9+
```
10+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-contrib" % "0.1.0"
11+
```
12+
513
## New collection types
614

715
- `MultiSet` (both mutable and immutable)

0 commit comments

Comments
 (0)