From dc16701309a4d68d16d416818460633ff677d56b Mon Sep 17 00:00:00 2001 From: geirolz Date: Thu, 28 Sep 2023 14:03:03 +0200 Subject: [PATCH] Update doc --- README.md | 2 +- docs/compiled/README.md | 2 +- docs/compiled/effect.md | 2 +- docs/compiled/generic.md | 2 +- docs/compiled/standard.md | 2 +- docs/compiled/xpath.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d86cce2..1e59090 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A functional library to work with XML in Scala using cats core. ```sbt -libraryDependencies += "com.github.geirolz" %% "cats-xml" % "0.0.12" +libraryDependencies += "com.github.geirolz" %% "cats-xml" % "0.0.13" ``` This library is not production ready yet. There is a lot of work to do to complete it: diff --git a/docs/compiled/README.md b/docs/compiled/README.md index d86cce2..1e59090 100644 --- a/docs/compiled/README.md +++ b/docs/compiled/README.md @@ -11,7 +11,7 @@ A functional library to work with XML in Scala using cats core. ```sbt -libraryDependencies += "com.github.geirolz" %% "cats-xml" % "0.0.12" +libraryDependencies += "com.github.geirolz" %% "cats-xml" % "0.0.13" ``` This library is not production ready yet. There is a lot of work to do to complete it: diff --git a/docs/compiled/effect.md b/docs/compiled/effect.md index 50479e7..adcf7ce 100644 --- a/docs/compiled/effect.md +++ b/docs/compiled/effect.md @@ -3,7 +3,7 @@ Add cats-effect support. ```sbt -libraryDependencies += "com.github.geirolz" %% "cats-xml-effect" % "0.0.12" +libraryDependencies += "com.github.geirolz" %% "cats-xml-effect" % "0.0.13" ``` Use diff --git a/docs/compiled/generic.md b/docs/compiled/generic.md index 71502c5..5dca901 100644 --- a/docs/compiled/generic.md +++ b/docs/compiled/generic.md @@ -3,7 +3,7 @@ At the moment supported only for Scala 2. ```sbt -libraryDependencies += "com.github.geirolz" %% "cats-xml-generic" % "0.0.12" +libraryDependencies += "com.github.geirolz" %% "cats-xml-generic" % "0.0.13" ``` ## XmlTypeInterpreter diff --git a/docs/compiled/standard.md b/docs/compiled/standard.md index 38fcc37..200b75b 100644 --- a/docs/compiled/standard.md +++ b/docs/compiled/standard.md @@ -3,7 +3,7 @@ Add standard scala XML interop support. ```sbt -libraryDependencies += "com.github.geirolz" %% "cats-xml-standard" % "0.0.12" +libraryDependencies += "com.github.geirolz" %% "cats-xml-standard" % "0.0.13" ``` Use diff --git a/docs/compiled/xpath.md b/docs/compiled/xpath.md index 3f60ea1..e859ed0 100644 --- a/docs/compiled/xpath.md +++ b/docs/compiled/xpath.md @@ -3,7 +3,7 @@ Add XPath support. ```sbt -libraryDependencies += "com.github.geirolz" %% "cats-xml-xpath" % "0.0.12" +libraryDependencies += "com.github.geirolz" %% "cats-xml-xpath" % "0.0.13" ``` With this module you can create `NodeCursor`s instances using XPath.