update microutils

This commit is contained in:
InsanusMokrassar 2021-10-05 17:08:19 +06:00
parent 016fc81b71
commit 2e560db865
3 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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 {