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 d2d99fe commit 150fbd6Copy full SHA for 150fbd6
build.sbt
@@ -49,7 +49,7 @@ lazy val commonSettings =
49
case Some((2, major)) if major <= 12 =>
50
Seq()
51
case _ =>
52
- Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.0-RC1")
+ Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.0")
53
}
54
55
)
0 commit comments