Skip to content

Commit

Permalink
Update version strings to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek committed Apr 1, 2021
1 parent a528d5c commit f9bd3fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/index.md
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.1"
libraryDependencies += "org.typelevel" %% "cats-parse" % "0.3.2"

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

The [API docs](https://oss.sonatype.org/service/local/repositories/releases/archive/org/typelevel/cats-parse_2.12/0.3.1/cats-parse_2.12-0.3.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.3.2/cats-parse_2.12-0.3.2-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 f9bd3fa

Please sign in to comment.