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 14dd768 commit db5f060Copy full SHA for db5f060
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.1.4"
+libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6"
12
13
14
Version 2.0.0+ is compatible with Scala 2.13, 2.12, and 2.11.
0 commit comments