From 302f49533c699328827c4e39a907f0b4920d5f86 Mon Sep 17 00:00:00 2001 From: Jamie Willis Date: Fri, 13 Jan 2023 22:43:55 +0000 Subject: [PATCH] Bump parsley-cats version on README [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6585a789e..4a6bef534 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you're a `cats` user, you may also be interested in using [`parsley-cats`](ht to augment `parsley` with instances for various `cats` typeclasses: ```scala -libraryDependencies += "com.github.j-mie6" %% "parsley-cats" % "0.2.0" +libraryDependencies += "com.github.j-mie6" %% "parsley-cats" % "1.1.0" ``` ### Examples