diff --git a/CHANGELOG.md b/CHANGELOG.md index 94817d3e08..833bb37b17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,7 @@ * `Common`: * `Version`: * `Serialization`: `1.2.2` -> `1.3.0` - * `Ktor`: `1.6.3` -> `1.6.4` - * `MicroUtils`: `0.5.28` -> `0.6.0` + * `MicroUtils`: `0.5.28` -> `0.7.0` * `Core`: * `PayInlineKeyboardButton#pay` now is deprecated * `RowBuilder` and `MatrixBuilder` now are open and available for extending diff --git a/gradle.properties b/gradle.properties index d1b55215d2..ea3a8362c9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ klock_version=2.4.3 uuid_version=0.3.1 ktor_version=1.6.4 -micro_utils_version=0.6.0 +micro_utils_version=0.7.0 javax_activation_version=1.1.1 diff --git a/tgbotapi.core/build.gradle b/tgbotapi.core/build.gradle index c8e8861075..01ba2f9b9d 100644 --- a/tgbotapi.core/build.gradle +++ b/tgbotapi.core/build.gradle @@ -1,7 +1,6 @@ buildscript { repositories { mavenLocal() - jcenter() mavenCentral() } @@ -23,9 +22,7 @@ apply from: "publish.gradle" repositories { mavenLocal() - jcenter() mavenCentral() - maven { url "https://kotlin.bintray.com/kotlinx" } } kotlin {