Skip to content

Commit

Permalink
update link to scala doc
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek authored Dec 10, 2020
1 parent 5c55841 commit 454127f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ libraryDependencies += "org.typelevel" %% "cats-parse" % "0.2.0"
libraryDependencies += "org.typelevel" %%% "cats-parse" % "0.2.0"
```

The [API docs](https://oss.sonatype.org/service/local/repositories/releases/archive/org/typelevel/cats-parse_2.12/0.0.1/cats-parse_2.12-0.0.1-javadoc.jar/!/cats/parse/index.html) are published.
The [API docs](https://oss.sonatype.org/service/local/repositories/releases/archive/org/typelevel/cats-parse_2.12/0.2.0/cats-parse_2.12-0.2.0-javadoc.jar/!/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 454127f

Please sign in to comment.