We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3871786 + 3564e17 commit 735c454Copy full SHA for 735c454
README.md
@@ -8,7 +8,7 @@ This library provides some of the new APIs from Scala 2.13 to Scala 2.11 and 2.1
8
To use this library, add the following to your build.sbt:
9
10
```
11
-libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.0.0"
+libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.1"
12
13
14
Version 2.0.0 is compatible with Scala 2.13, 2.12, and 2.11.
0 commit comments