Skip to content

Commit

Permalink
Build: Publish v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tindzk committed Jul 6, 2019
1 parent 0460786 commit 85d9356
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ toml-scala is a feature-complete implementation of [TOML](https://github.com/tom
- Property-based unit tests

## Compatibility
| Back end | Scala versions | Date support | Tests |
|:-----------|:---------------|:-------------|:--------------|
| JVM | 2.11, 2.12 | Yes | Yes |
| JavaScript | 2.11, 2.12 | No (1) | Yes |
| LLVM | 2.11 | No (1) | Partially (2) |
| Back end | Scala versions | Date support | Tests |
|:-----------|:------------------|:-------------|:--------------|
| JVM | 2.11, 2.12, 2.13 | Yes | Yes |
| JavaScript | 2.11, 2.12, 2.13 | No (1) | Yes |
| LLVM | 2.11 | No (1) | Partially (2) |

* (1) JavaScript and LLVM have insufficient support for the JDK8's `java.time`. Parsing of dates and times is presently only possible under the JVM.
* (2) Presently, Scala Native does not support running ScalaCheck test suites.
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.2.1-SNAPSHOT"
version in ThisBuild := "0.2.1"

0 comments on commit 85d9356

Please sign in to comment.