Skip to content

Commit 03bd70d

Browse files
committed
Update scala-parallel-collections to 1.1.0
1 parent 0196423 commit 03bd70d

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
@@ -56,7 +56,7 @@ lazy val commonSettings =
5656
case Some((2, major)) if major <= 12 =>
5757
Seq()
5858
case _ =>
59-
Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4")
59+
Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.1.0")
6060
}
6161
}
6262
)

0 commit comments

Comments
 (0)