File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.0.2] - 2020-10-11
10+ ### Changed
11+ - Update to * Kotlin Serialization* ` 1.0.0 ` .
12+
913## [ 1.0.1] - 2020-09-30
1014### Added
1115- Source compatibility with Java 8.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ open classes should be avoided.
1515## Gradle Dependencies
1616``` kotlin
1717// Kotlin Serialization CSV
18- implementation(" de.brudaswen.kotlinx.serialization:kotlinx-serialization-csv:1.0.1 " )
18+ implementation(" de.brudaswen.kotlinx.serialization:kotlinx-serialization-csv:1.0.2 " )
1919
2020// Kotlin Serialization is added automatically, but can be added to force a specific version
2121implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.0.0" )
You can’t perform that action at this time.
0 commit comments