Skip to content

Commit 735c454

Browse files
authored
Merge pull request #232 from scala/use-2.1.1
Update usage docs to v2.1.1
2 parents 3871786 + 3564e17 commit 735c454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This library provides some of the new APIs from Scala 2.13 to Scala 2.11 and 2.1
88
To use this library, add the following to your build.sbt:
99

1010
```
11-
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.0.0"
11+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.1"
1212
```
1313

1414
Version 2.0.0 is compatible with Scala 2.13, 2.12, and 2.11.

0 commit comments

Comments
 (0)