Skip to content

Commit 87d3b4c

Browse files
committed
Merge pull request scala#23 from lrytz/master
Version number in readme
2 parents 4775129 + 1d2480c commit 87d3b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ As of Scala 2.11, this library is a separate jar that can be omitted from Scala
99
To depend on scala-parser-combinators in SBT, add something like this to your build.sbt:
1010

1111
```
12-
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.1"
12+
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.2"
1313
```
1414

1515
(Assuming you're using a `scalaVersion` for which a scala-parser-combinators is published. The first 2.11 milestone for which this is true is 2.11.0-M4.)

0 commit comments

Comments
 (0)