mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2025-12-27 08:29:10 +00:00
Compare commits
2 Commits
7c58fe7d33
...
ee950da6d4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee950da6d4 | ||
|
|
885dd086d3 |
@@ -33,6 +33,6 @@ kotlin {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'io.ktor:ktor-client-logging-jvm:2.3.7'
|
||||
implementation 'io.ktor:ktor-client-logging-jvm:2.3.5'
|
||||
}
|
||||
|
||||
|
||||
@@ -18,5 +18,5 @@ dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_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.5'
|
||||
}
|
||||
|
||||
@@ -4,8 +4,8 @@ org.gradle.parallel=true
|
||||
org.gradle.jvmargs=-Xmx2g
|
||||
|
||||
|
||||
kotlin_version=1.9.22
|
||||
kotlin_version=1.9.21
|
||||
telegram_bot_api_version=9.4.3
|
||||
micro_utils_version=0.20.15
|
||||
serialization_version=1.6.2
|
||||
serialization_version=1.6.1
|
||||
ktor_version=2.3.6
|
||||
|
||||
Reference in New Issue
Block a user