Skip to content

Commit

Permalink
updates cats-parse version in libraryDependencies in README (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-combinator authored Sep 29, 2023
1 parent 6f99b93 commit 838d758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ To use in sbt add, the following to your `libraryDependencies`:

```scala
// use this snippet for the JVM
libraryDependencies += "org.typelevel" %% "cats-parse" % "0.3.7"
libraryDependencies += "org.typelevel" %% "cats-parse" % "0.3.9"

// use this snippet for JS, or cross-building
libraryDependencies += "org.typelevel" %%% "cats-parse" % "0.3.7"
libraryDependencies += "org.typelevel" %%% "cats-parse" % "0.3.9"
```

The [API docs](https://javadoc.io/doc/org.typelevel/cats-parse_2.13/0.3.9/cats/parse/index.html) are published.
Expand Down

0 comments on commit 838d758

Please sign in to comment.