update exposed and coroutines versions

This commit is contained in:
InsanusMokrassar 2020-10-28 13:58:23 +06:00
parent e7df21e91a
commit 4019ad7d31
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@
## 0.2.3
* `Versions`
* `Coroutines`: `1.3.9` -> `1.4.0`
* `Exposed`: `0.27.1` -> `0.28.1`
* `Common`
* `K/JS`
* Add several extensions for `Element` objects to detect that object is on screen viewport

View File

@ -5,9 +5,9 @@ kotlin.incremental=true
kotlin.incremental.js=true
kotlin_version=1.4.10
kotlin_coroutines_version=1.3.9
kotlin_coroutines_version=1.4.0
kotlin_serialisation_core_version=1.0.0
kotlin_exposed_version=0.27.1
kotlin_exposed_version=0.28.1
ktor_version=1.4.1