From beebbffd825b8e42f95ee7d5f817ee987bb77e40 Mon Sep 17 00:00:00 2001 From: Jamie Willis Date: Sat, 11 Feb 2023 12:59:50 +0000 Subject: [PATCH] README bump --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf8854c48..cd16bbfb0 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.1.5" +libraryDependencies += "com.github.j-mie6" %% "parsley" % "4.1.7" ``` Documentation can be found [**here**](https://javadoc.io/doc/com.github.j-mie6/parsley_2.13/latest/index.html)