From 1ff693efc414b831f2ba07d6d85b2e46283f54c2 Mon Sep 17 00:00:00 2001 From: Philippus Date: Sun, 7 Apr 2019 09:48:35 +0200 Subject: [PATCH] Update version numbers --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb85d55b..0e559f01 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ As of Scala 2.11, this library is a separate jar that can be omitted from Scala To depend on scala-parser-combinators in SBT, add something like this to your build.sbt: ``` -libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.1" +libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2" ``` 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 Scala-parser-combinators directly supports Scala.js 0.6+: ``` -libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.1.1" +libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.1.2" ``` ## Issues