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 b4a5140 commit 494be18Copy full SHA for 494be18
build.sbt
@@ -52,7 +52,7 @@ lazy val commonSettings =
52
case Some((2, major)) if major <= 12 =>
53
Seq()
54
case _ =>
55
- Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.0")
+ Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.1")
56
}
57
58
)
0 commit comments