From 1d2480c6406f49152b5b5623e6c2a2e0a09439b6 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Wed, 23 Jul 2014 14:08:43 +0200 Subject: [PATCH] Version number in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6f1029d..6a212567 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,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.0.1" +libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.2" ``` (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.)