Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 85d9356

Browse files
committed
Build: Publish v0.2.1
1 parent 0460786 commit 85d9356

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ toml-scala is a feature-complete implementation of [TOML](https://github.com/tom
1616
- Property-based unit tests
1717

1818
## Compatibility
19-
| Back end | Scala versions | Date support | Tests |
20-
|:-----------|:---------------|:-------------|:--------------|
21-
| JVM | 2.11, 2.12 | Yes | Yes |
22-
| JavaScript | 2.11, 2.12 | No (1) | Yes |
23-
| LLVM | 2.11 | No (1) | Partially (2) |
19+
| Back end | Scala versions | Date support | Tests |
20+
|:-----------|:------------------|:-------------|:--------------|
21+
| JVM | 2.11, 2.12, 2.13 | Yes | Yes |
22+
| JavaScript | 2.11, 2.12, 2.13 | No (1) | Yes |
23+
| LLVM | 2.11 | No (1) | Partially (2) |
2424

2525
* (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.
2626
* (2) Presently, Scala Native does not support running ScalaCheck test suites.

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.2.1-SNAPSHOT"
1+
version in ThisBuild := "0.2.1"

0 commit comments

Comments
 (0)