Skip to content

Commit 43782c8

Browse files
committed
s/parser-combinators/parallel-collections
1 parent d663c2f commit 43782c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ is closer to final form.
2121

2222
## Usage
2323

24-
To depend on scala-parser-combinators in sbt, add this to your `build.sbt`:
24+
To depend on scala-parallel-collections in sbt, add this to your `build.sbt`:
2525

2626
```
2727
libraryDependencies +=
28-
"org.scala-lang.modules" %% "scala-parser-combinators" % "0.1.2"
28+
"org.scala-lang.modules" %% "scala-parallel-collections" % "0.1.2"
2929
```
3030

3131
In your code, adding this import:
@@ -45,7 +45,7 @@ cross-built project, the dependency should take this form:
4545
libraryDependencies ++=
4646
CrossVersion.partialVersion(scalaVersion.value) match {
4747
case Some((2, minor)) if minor >= 13 =>
48-
Seq("org.scala-lang.modules" %% "scala-parser-combinators" % "0.1.2")
48+
Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "0.1.2")
4949
case _ =>
5050
Seq()
5151
}

0 commit comments

Comments
 (0)