Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz committed Sep 28, 2023
1 parent bfa8320 commit dc16701
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/compiled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/compiled/effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/compiled/generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/compiled/standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/compiled/xpath.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dc16701

Please sign in to comment.