From 75b27858dd42e5a6bcc03687a0a73a82e0182cb2 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Thu, 13 Apr 2023 12:28:05 +0600 Subject: [PATCH] update dependencies --- CHANGELOG.md | 4 ++++ gradle/libs.versions.toml | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15374c4ea0..3297098158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 7.0.2 +* `Versions`: + * `Kotlin`: `1.8.10` -> `1.8.20` + * `MicroUtils`: `0.17.5` -> `0.17.6` + ## 7.0.1 * `Core`: diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 44f45be8a7..1c314432fb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -kotlin = "1.8.10" +kotlin = "1.8.20" kotlin-serialization = "1.5.0" kotlin-coroutines = "1.6.4" @@ -10,10 +10,10 @@ korlibs = "3.4.0" uuid = "0.7.0" ktor = "2.2.4" -ksp = "1.8.10-1.0.9" -kotlin-poet = "1.12.0" +ksp = "1.8.20-1.0.10" +kotlin-poet = "1.13.0" -microutils = "0.17.6-branch_0.17.6-build420" +microutils = "0.17.6" github-release-plugin = "2.4.1" dokka = "1.8.10"