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 c02d0bf commit 3dd05e1Copy full SHA for 3dd05e1
build.sbt
@@ -56,7 +56,7 @@ lazy val commonSettings =
56
case Some((2, major)) if major <= 12 =>
57
Seq()
58
case _ =>
59
- Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4")
+ Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0")
60
}
61
62
)
0 commit comments