mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2025-12-26 16:15:39 +00:00
Compare commits
7 Commits
9.4.0
...
3609ae6bc2
| Author | SHA1 | Date | |
|---|---|---|---|
| 3609ae6bc2 | |||
| 4f128f3421 | |||
| ada6cd61d7 | |||
|
|
051d647004 | ||
|
|
d21606860a | ||
|
|
93c0fcb5bd | ||
| b1b8d0eb75 |
@@ -33,6 +33,6 @@ kotlin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.ktor:ktor-client-logging-jvm:2.3.5'
|
implementation 'io.ktor:ktor-client-logging-jvm:2.3.7'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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.5'
|
implementation 'io.ktor:ktor-client-logging-jvm:2.3.7'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ org.gradle.parallel=true
|
|||||||
org.gradle.jvmargs=-Xmx2g
|
org.gradle.jvmargs=-Xmx2g
|
||||||
|
|
||||||
|
|
||||||
kotlin_version=1.9.21
|
kotlin_version=1.9.22
|
||||||
telegram_bot_api_version=9.4.1
|
telegram_bot_api_version=9.4.1
|
||||||
micro_utils_version=0.20.15
|
micro_utils_version=0.20.15
|
||||||
serialization_version=1.6.1
|
serialization_version=1.6.2
|
||||||
ktor_version=2.3.6
|
ktor_version=2.3.6
|
||||||
|
|||||||
Reference in New Issue
Block a user