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 0196423 commit 23f4b72Copy full SHA for 23f4b72
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