File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ To depend on scala-parallel-collections in sbt, add this to your `build.sbt`:
1919
2020``` scala
2121libraryDependencies +=
22- " org.scala-lang.modules" %% " scala-parallel-collections" % " 0.2.0 "
22+ " org.scala-lang.modules" %% " scala-parallel-collections" % " 1.0.0-RC1 "
2323```
2424
2525In your code, adding this import:
@@ -32,7 +32,7 @@ will enable use of the `.par` method as in earlier Scala versions.
3232
3333### Scaladoc
3434
35- Here is the [ full Scaladoc] ( https://static.javadoc.io/org.scala-lang.modules/scala-parallel-collections_2.13/0.2.0 /scala/collection/index.html ) .
35+ Here is the [ full Scaladoc] ( https://static.javadoc.io/org.scala-lang.modules/scala-parallel-collections_2.13/1.0.0-RC1 /scala/collection/index.html ) .
3636
3737### Cross-building: dependency
3838
@@ -45,7 +45,7 @@ libraryDependencies ++= {
4545 case Some ((2 , major)) if major <= 12 =>
4646 Seq ()
4747 case _ =>
48- Seq (" org.scala-lang.modules" %% " scala-parallel-collections" % " 0.2.0 " )
48+ Seq (" org.scala-lang.modules" %% " scala-parallel-collections" % " 1.0.0-RC1 " )
4949 }
5050}
5151```
You can’t perform that action at this time.
0 commit comments