Skip to content

Commit ed62f84

Browse files
authored
Merge pull request #198 from Philippus/update-version
Update version numbers
2 parents 6c9d189 + 1ff693e commit ed62f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

1919
```
20-
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.1"
20+
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
2121
```
2222

2323
To support multiple Scala versions, see the example in [scala/scala-module-dependency-sample](https://github.com/scala/scala-module-dependency-sample).
@@ -56,7 +56,7 @@ For a detailed unpacking of this example see
5656
Scala-parser-combinators directly supports Scala.js 0.6+:
5757

5858
```
59-
libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.1.1"
59+
libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.1.2"
6060
```
6161

6262
## Issues

0 commit comments

Comments
 (0)