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 ccea6c1 commit 4ba26d6Copy full SHA for 4ba26d6
README.md
@@ -44,7 +44,7 @@ cross-built project, the dependency should take this form:
44
```scala
45
libraryDependencies ++= {
46
CrossVersion.partialVersion(scalaVersion.value) match {
47
- case Some((2, minor)) if minor >= 13 =>
+ case Some((2, major)) if major >= 13 =>
48
Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "0.1.2")
49
case _ =>
50
Seq()
0 commit comments