Skip to content

Commit 7f7c87a

Browse files
committed
update readme for 0.9.1 bugfix release
1 parent f260325 commit 7f7c87a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ XML SPaC
22
========
33

44
**API Docs:**
5-
[spac-core](https://javadoc.io/doc/io.dylemma/spac-core_2.13/0.9/io/dylemma/spac/index.html) |
6-
[xml-spac](https://javadoc.io/doc/io.dylemma/xml-spac_2.13/0.9/io/dylemma/spac/xml/index.html) |
7-
[json-spac](https://javadoc.io/doc/io.dylemma/json-spac_2.13/0.9/io/dylemma/spac/json/index.html) |
5+
[spac-core](https://javadoc.io/doc/io.dylemma/spac-core_2.13/latest/io/dylemma/spac/index.html) |
6+
[xml-spac](https://javadoc.io/doc/io.dylemma/xml-spac_2.13/latest/io/dylemma/spac/xml/index.html) |
7+
[json-spac](https://javadoc.io/doc/io.dylemma/json-spac_2.13/latest/io/dylemma/spac/json/index.html) |
88
[xml-spac-javax](https://javadoc.io/doc/io.dylemma/xml-spac-javax_2.13/latest/io/dylemma/spac/xml/index.html) |
99
[xml-spac-fs2-data](https://javadoc.io/doc/io.dylemma/xml-spac-fs2-data_2.13/latest/io/dylemma/spac/xml/index.html) |
1010
[json-spac-jackson](https://javadoc.io/doc/io.dylemma/json-spac-jackson_2.13/latest/io/dylemma/spac/json/index.html) |
@@ -49,15 +49,15 @@ Add (your choice of) the following to your `build.sbt` file:
4949

5050
```sbt
5151
libraryDependencies ++= Seq(
52-
"io.dylemma" %% "spac-core" % "0.9", // core classes like Parser and Transformer
52+
"io.dylemma" %% "spac-core" % "0.9.1", // core classes like Parser and Transformer
5353

54-
"io.dylemma" %% "xml-spac" % "0.9", // classes for XML-specific parsers
55-
"io.dylemma" %% "xml-spac-javax" % "0.9", // XML parser backend using javax.xml.stream
56-
"io.dylemma" %% "xml-spac-fs2-data" % "0.9", // XML parser backend using fs2-data-xml
54+
"io.dylemma" %% "xml-spac" % "0.9.1", // classes for XML-specific parsers
55+
"io.dylemma" %% "xml-spac-javax" % "0.9.1", // XML parser backend using javax.xml.stream
56+
"io.dylemma" %% "xml-spac-fs2-data" % "0.9.1", // XML parser backend using fs2-data-xml
5757

58-
"io.dylemma" %% "json-spac" % "0.9", // classes for JSON-specific parsers
59-
"io.dylemma" %% "json-spac-jackson" % "0.9", // JSON parser backend using the Jackson library
60-
"io.dylemma" %% "json-spac-fs2-data" % "0.9" // JSON parser backend using fs2-data-json
58+
"io.dylemma" %% "json-spac" % "0.9.1", // classes for JSON-specific parsers
59+
"io.dylemma" %% "json-spac-jackson" % "0.9.1", // JSON parser backend using the Jackson library
60+
"io.dylemma" %% "json-spac-fs2-data" % "0.9.1" // JSON parser backend using fs2-data-json
6161
)
6262
```
6363

0 commit comments

Comments
 (0)