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
scala-steward authored and kitbellew committed Oct 24, 2021
1 parent b1e4cad commit e5f65a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ lazy val core = crossProject(JVMPlatform)
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, 13)) =>
Seq(
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.3"
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4"
)
case _ =>
Seq(
Expand Down

0 comments on commit e5f65a7

Please # to comment.