Skip to content

Commit

Permalink
Update scala-parallel-collections to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Sep 29, 2021
1 parent c3938bb commit b408219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object dependencies extends AutoPlugin {
private val common = List("org.specs2" %% "specs2-scalacheck" % "4.12.1" % Test)

private val parallel = on(2, 13) {
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.3" % Test
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4" % Test
}

private val cats = List(
Expand Down

0 comments on commit b408219

Please sign in to comment.