Skip to content

Commit

Permalink
Update scala-parallel-collections to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oss-47 committed Dec 18, 2024
1 parent 3600cfa commit b93e61d
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 @@ -20,7 +20,7 @@ object dependencies extends AutoPlugin {
case Some((2, major)) if major <= 12 =>
Seq()
case _ =>
Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4" % Test)
Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.1.0" % Test)
})
)

Expand Down

0 comments on commit b93e61d

Please sign in to comment.