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.
1 parent f4436c4 commit 3564e17Copy full SHA for 3564e17
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