diff --git a/CHANGELOG.md b/CHANGELOG.md index cb664dc79b..e76cd51097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,7 @@ ## 7.1.2 * `Versions`: - * `Coroutines`: `1.6.4` -> `1.7.0` - * `MicroUtils`: `0.18.0` -> `0.18.2` + * `MicroUtils`: `0.18.0` -> `0.18.1` * `Core`: * Now it is possible to serialize `Sticker`s diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3ea2147018..26c68c0fcc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ kotlin = "1.8.21" kotlin-serialization = "1.5.0" -kotlin-coroutines = "1.7.0" +kotlin-coroutines = "1.6.4" javax-activation = "1.1.1" @@ -13,7 +13,7 @@ ktor = "2.3.0" ksp = "1.8.21-1.0.11" kotlin-poet = "1.13.2" -microutils = "0.18.2-branch_0.18.2-build474" +microutils = "0.18.1" github-release-plugin = "2.4.1" dokka = "1.8.10"