diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d749c8..59ccfcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## 0.1.1 +* `Versions` + * `kotlin`: `1.4.21` -> `1.4.30` + * `serialization`: `1.0.1` -> `1.1.0-RC` + * `exposed`: `0.28.1` -> `0.29.1` + * `tgbotapi`: `0.31.0` -> `0.32.5` + * `microutils`: `0.4.16` -> `0.4.25` + ## 0.1.0 * `Versions` diff --git a/gradle.properties b/gradle.properties index 20216a5..0e2cf14 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,12 +4,12 @@ org.gradle.parallel=true kotlin.js.generate.externals=true kotlin.incremental=true -kotlin_version=1.4.21 +kotlin_version=1.4.30 kotlin_coroutines_version=1.4.2 -kotlin_serialisation_runtime_version=1.0.1 -kotlin_exposed_version=0.28.1 -tgbotapi_version=0.31.0 -microutils_version=0.4.16 +kotlin_serialisation_runtime_version=1.1.0-RC +kotlin_exposed_version=0.29.1 +tgbotapi_version=0.32.5 +microutils_version=0.4.25 klassindex_version=4.1.0-rc.1 sqlite_version=3.30.1