Skip to content

Commit

Permalink
README bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Feb 7, 2023
1 parent 3faf945 commit 554e6ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]

Expand Down

0 comments on commit 554e6ce

Please sign in to comment.