update serialization

This commit is contained in:
InsanusMokrassar 2021-02-22 18:38:51 +06:00
parent d3f45c41fd
commit c8cae5c941
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## 0.4.1
* `Serialization`: `1.1.0-RC` -> `1.1.0`
## 0.4.0
* Fix of [#6](https://github.com/InsanusMokrassar/SDI/issues/6)

View File

@ -3,7 +3,7 @@ org.gradle.parallel=true
kotlin.incremental.multiplatform=true
kotlin_version=1.4.30
kotlin_serialisation_runtime_version=1.1.0-RC
kotlin_serialisation_runtime_version=1.1.0
klassindex_version=4.1.0-rc.1
github_release_plugin_version=2.2.12