From 87957dba30182af30160f22c441b782a0fc28759 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 7 May 2023 19:05:30 +0600 Subject: [PATCH] update dependenies. 0.2.1 --- CHANGELOG.md | 11 +++++++++++ gradle.properties | 2 +- gradle/libs.versions.toml | 10 +++++----- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee97c9..faeb258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # PlaguPoster +## 0.2.1 + +* `Versions`: + * `kotlin`: `1.8.21` + * `tgbotapi`: `7.1.2` + * `plagubot`: `5.1.2` + * `microutils`: `0.18.1` + * `kslog`: `1.1.1` + * `plagubot.plugins`: `0.11.2` + * `psql`: `42.6.0` + ## 0.2.0 * `Versions`: diff --git a/gradle.properties b/gradle.properties index 314e51f..4be7628 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,4 +10,4 @@ android.enableJetifier=true # Project data group=dev.inmo -version=0.2.0 +version=0.2.1 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index aebee54..ee7cbd8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,14 +1,14 @@ [versions] -kotlin = "1.8.20" +kotlin = "1.8.21" kotlin-serialization = "1.5.0" -plagubot = "5.1.0" -tgbotapi = "7.1.0" -microutils = "0.17.8" +plagubot = "5.1.2" +tgbotapi = "7.1.2" +microutils = "0.18.1" kslog = "1.1.1" krontab = "1.0.0" -plagubot-plugins = "0.11.0" +plagubot-plugins = "0.11.2" dokka = "1.8.10"