Skip to content

Commit 150fbd6

Browse files
Update scala-parallel-collections to 1.0.0 (#318)
[ci skip]
1 parent d2d99fe commit 150fbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lazy val commonSettings =
4949
case Some((2, major)) if major <= 12 =>
5050
Seq()
5151
case _ =>
52-
Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.0-RC1")
52+
Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.0")
5353
}
5454
}
5555
)

0 commit comments

Comments
 (0)