mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2026-04-09 03:22:23 +00:00
Compare commits
7 Commits
22.0.0
...
c51c365663
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c51c365663 | ||
|
|
9f630345fb | ||
| 2cf2c4264e | |||
|
|
3d5c2ee4b8 | ||
| 360c6b4364 | |||
|
|
bb6a0a125a | ||
| 6a61da2eb7 |
@@ -33,6 +33,6 @@ kotlin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.ktor:ktor-client-logging-jvm:3.0.1'
|
implementation 'io.ktor:ktor-client-logging-jvm:3.0.3'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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:3.0.1'
|
implementation 'io.ktor:ktor-client-logging-jvm:3.0.3'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ kotlin.daemon.jvmargs=-Xmx3g -Xms500m
|
|||||||
|
|
||||||
kotlin_version=2.1.0
|
kotlin_version=2.1.0
|
||||||
telegram_bot_api_version=22.0.0
|
telegram_bot_api_version=22.0.0
|
||||||
micro_utils_version=0.23.2
|
micro_utils_version=0.24.5-branch_0.24.5-build1340
|
||||||
serialization_version=1.7.3
|
serialization_version=1.7.3
|
||||||
ktor_version=3.0.2
|
ktor_version=3.0.3
|
||||||
compose_version=1.7.1
|
compose_version=1.7.3
|
||||||
|
|||||||
Reference in New Issue
Block a user