Skip to content

Commit d6bd1db

Browse files
committed
Update scala-parallel-collections to 1.2.0
1 parent 52f4d03 commit d6bd1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ lazy val cli = project
220220
CrossVersion.partialVersion(scalaVersion.value) match {
221221
case Some((2, major)) if major >= 13 =>
222222
Seq(
223-
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4"
223+
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0"
224224
)
225225
case _ =>
226226
Seq()

0 commit comments

Comments
 (0)