From 554e6ce91ea97464cbd4cd84eb6f52f7683a22b7 Mon Sep 17 00:00:00 2001 From: Jamie Willis Date: Tue, 7 Feb 2023 00:12:22 +0000 Subject: [PATCH] README bumps --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09c3b2d..3f10de9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ to handle recursion, or plain `lazy val` based construction (as in regular `pars Parsley cats is distributed on Maven Central, and can be added to your project via: ```scala -libraryDependencies += "com.github.j-mie6" %% "parsley-cats" % "1.1.0" +libraryDependencies += "com.github.j-mie6" %% "parsley-cats" % "1.2.0" ``` it requires `parsley` and `cats-core` to also be dependencies of your project. The current version @@ -23,6 +23,7 @@ matrix for `parsley-cats`: | `0.2.x` | `>= 4 && < 5` | `>= 2.8 && < 3` | | `1.0.x` | `>= 4 && < 5` | `>= 2.8 && < 3` | | `1.1.x` | `>= 4 && < 5` | `>= 2.8 && < 3` | +| `1.2.x` | `>= 4 && < 5` | `>= 2.8 && < 3` | Documentation can be found [**here**][Link-Scaladoc]