We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f4d03 commit d6bd1dbCopy full SHA for d6bd1db
build.sbt
@@ -220,7 +220,7 @@ lazy val cli = project
220
CrossVersion.partialVersion(scalaVersion.value) match {
221
case Some((2, major)) if major >= 13 =>
222
Seq(
223
- "org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4"
+ "org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0"
224
)
225
case _ =>
226
Seq()
0 commit comments