File tree 1 file changed +3
-3
lines changed
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`:
19
19
20
20
``` scala
21
21
libraryDependencies +=
22
- " org.scala-lang.modules" %% " scala-parallel-collections" % " 0.2.0 "
22
+ " org.scala-lang.modules" %% " scala-parallel-collections" % " 1.0.0-RC1 "
23
23
```
24
24
25
25
In your code, adding this import:
@@ -32,7 +32,7 @@ will enable use of the `.par` method as in earlier Scala versions.
32
32
33
33
### Scaladoc
34
34
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 ) .
36
36
37
37
### Cross-building: dependency
38
38
@@ -45,7 +45,7 @@ libraryDependencies ++= {
45
45
case Some ((2 , major)) if major <= 12 =>
46
46
Seq ()
47
47
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 " )
49
49
}
50
50
}
51
51
```
You can’t perform that action at this time.
0 commit comments