update kotlin and UUID versions

This commit is contained in:
InsanusMokrassar 2020-09-12 15:44:44 +06:00
parent 4db82d6ce2
commit 603762bc22
2 changed files with 7 additions and 2 deletions

View File

@ -44,6 +44,11 @@
### 0.28.1
* Common:
* Versions updates:
* `Kotlin`: `1.4.0` -> `1.4.10`
* `UUID`: `0.2.1` -> `0.2.2`
## 0.27.0
* `Common`:

View File

@ -5,11 +5,11 @@ kotlin.js.generate.externals=true
kotlin.incremental=true
kotlin.incremental.js=true
kotlin_version=1.4.0
kotlin_version=1.4.10
kotlin_coroutines_version=1.3.9
kotlin_serialisation_runtime_version=1.0.0-RC
klock_version=1.12.0
uuid_version=0.2.1
uuid_version=0.2.2
ktor_version=1.4.0
javax_activation_version=1.1.1