Skip to content

Commit 4ba26d6

Browse files
authored
Update README.md
1 parent ccea6c1 commit 4ba26d6

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
@@ -44,7 +44,7 @@ cross-built project, the dependency should take this form:
4444
```scala
4545
libraryDependencies ++= {
4646
CrossVersion.partialVersion(scalaVersion.value) match {
47-
case Some((2, minor)) if minor >= 13 =>
47+
case Some((2, major)) if major >= 13 =>
4848
Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "0.1.2")
4949
case _ =>
5050
Seq()

0 commit comments

Comments
 (0)