mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2025-12-27 16:39:12 +00:00
Compare commits
4 Commits
12.0.0
...
64fc7ad47c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64fc7ad47c | ||
| 6f2a8bb0be | |||
| 99232b53d7 | |||
| 30358f7d2f |
@@ -33,6 +33,6 @@ kotlin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.ktor:ktor-client-logging-jvm:2.3.7'
|
implementation 'io.ktor:ktor-client-logging-jvm:2.3.11'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -18,5 +18,5 @@ dependencies {
|
|||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||||
|
|
||||||
implementation "dev.inmo:tgbotapi:$telegram_bot_api_version"
|
implementation "dev.inmo:tgbotapi:$telegram_bot_api_version"
|
||||||
implementation 'io.ktor:ktor-client-logging-jvm:2.3.7'
|
implementation 'io.ktor:ktor-client-logging-jvm:2.3.11'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx2344m
|
|||||||
|
|
||||||
|
|
||||||
kotlin_version=1.9.23
|
kotlin_version=1.9.23
|
||||||
telegram_bot_api_version=12.0.0
|
telegram_bot_api_version=12.0.1
|
||||||
micro_utils_version=0.20.39
|
micro_utils_version=0.20.45
|
||||||
serialization_version=1.6.3
|
serialization_version=1.6.3
|
||||||
ktor_version=2.3.9
|
ktor_version=2.3.10
|
||||||
|
|||||||
Reference in New Issue
Block a user