This repository was archived by the owner on Oct 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 1- version in ThisBuild := " 0.2.1-SNAPSHOT "
1+ version in ThisBuild := " 0.2.1"
You can’t perform that action at this time.
0 commit comments