Skip to content

Commit 4347072

Browse files
committed
updated to reflect dependency rev
1 parent 8014f4d commit 4347072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ open classes should be avoided.
1818
implementation("de.brudaswen.kotlinx.serialization:kotlinx-serialization-csv:1.0.0")
1919

2020
// Kotlin Serialization is added automatically, but can be added to force a specific version
21-
implementation("org.jetbrains.kotlinx:kotlinx-serialization-runtime:1.0.0-RC")
21+
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.0.0-RC2")
2222
```
2323

2424
## Usage
@@ -100,7 +100,7 @@ CSV serialization and parsing options can be changed by providing a custom `CsvC
100100

101101
| Dependency | Versions |
102102
|--- |--- |
103-
| *Kotlin Serialization* | 1.0.0-RC |
103+
| *Kotlin Serialization* | 1.0.0-RC2 |
104104

105105
## License
106106

0 commit comments

Comments
 (0)