|
2 | 2 | ======== |
3 | 3 |
|
4 | 4 | **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) | |
8 | 8 | [xml-spac-javax](https://javadoc.io/doc/io.dylemma/xml-spac-javax_2.13/latest/io/dylemma/spac/xml/index.html) | |
9 | 9 | [xml-spac-fs2-data](https://javadoc.io/doc/io.dylemma/xml-spac-fs2-data_2.13/latest/io/dylemma/spac/xml/index.html) | |
10 | 10 | [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: |
49 | 49 |
|
50 | 50 | ```sbt |
51 | 51 | 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 |
53 | 53 |
|
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 |
57 | 57 |
|
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 |
61 | 61 | ) |
62 | 62 | ``` |
63 | 63 |
|
|
0 commit comments