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 d3d71dc commit 289db9cCopy full SHA for 289db9c
build.sbt
@@ -54,7 +54,7 @@ lazy val commonSettings =
54
case Some((2, major)) if major <= 12 =>
55
Seq()
56
case _ =>
57
- Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.3")
+ Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4")
58
}
59
60
)
0 commit comments