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 @@ -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```
2727libraryDependencies +=
28- "org.scala-lang.modules" %% "scala-parser-combinators " % "0.1.2"
28+ "org.scala-lang.modules" %% "scala-parallel-collections " % "0.1.2"
2929```
3030
3131In your code, adding this import:
@@ -45,7 +45,7 @@ cross-built project, the dependency should take this form:
4545libraryDependencies ++=
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 }
You can’t perform that action at this time.
0 commit comments