From c6a27e63ffb51ddd251e2d2ffc9bd8f67ff03f1f Mon Sep 17 00:00:00 2001 From: Jamie Willis Date: Thu, 9 Feb 2023 23:40:49 +0000 Subject: [PATCH] README bump --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1554f76c..1b5dd8d69 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Parsley is a fast and modern parser combinator library for Scala based loosely o Parsley is distributed on Maven Central, and can be added to your project via: ```scala -libraryDependencies += "com.github.j-mie6" %% "parsley" % "4.2.7" +libraryDependencies += "com.github.j-mie6" %% "parsley" % "4.2.8" ``` Documentation can be found [**here**](https://javadoc.io/doc/com.github.j-mie6/parsley_2.13/latest/index.html)