Skip to content

Commit

Permalink
1.3.0 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Jan 9, 2024
1 parent 29f0955 commit 695cc26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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" % "1.2.0"
libraryDependencies += "com.github.j-mie6" %% "parsley-cats" % "1.3.0"
```

### Examples
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ lazy val docs = project
tlSiteApiModule := Some((parsley.jvm / projectID).value),
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "2.10.0",
"com.github.j-mie6" %% "parsley-cats" % "1.2.0"
"com.github.j-mie6" %% "parsley-cats" % "1.3.0"
),
)

Expand Down

0 comments on commit 695cc26

Please sign in to comment.