mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 00:03:48 +00:00
update microutils
This commit is contained in:
parent
016fc81b71
commit
2e560db865
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user