Skip to content

Commit

Permalink
Bump docs version to 1.0.0 (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek authored Nov 14, 2024
1 parent 8b5c967 commit 9ebb345
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ To use in sbt add, the following to your `libraryDependencies`:

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

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

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

Why another parsing library? See this [blog post detailing the
design](https://posco.medium.com/designing-a-parsing-library-in-scala-d5076de52536). To reiterate,
Expand Down

0 comments on commit 9ebb345

Please sign in to comment.