From 9ebb3458b9459e6770f8b4cc236ac5731492814a Mon Sep 17 00:00:00 2001 From: "P. Oscar Boykin" Date: Thu, 14 Nov 2024 12:37:52 -1000 Subject: [PATCH] Bump docs version to 1.0.0 (#623) --- docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 8b9744cb..08678cb0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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,