mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2025-12-10 08:15:36 +00:00
Compare commits
5 Commits
10.1.0
...
8dcb6fdc4b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8dcb6fdc4b | ||
| 9170d30b2f | |||
| 2f3fd2e53b | |||
| 88697fb5a6 | |||
|
|
91837c0ea2 |
@@ -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.8'
|
||||
}
|
||||
|
||||
|
||||
@@ -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.8'
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx2344m
|
||||
|
||||
|
||||
kotlin_version=1.9.22
|
||||
telegram_bot_api_version=10.1.0
|
||||
micro_utils_version=0.20.34
|
||||
serialization_version=1.6.2
|
||||
telegram_bot_api_version=10.1.1
|
||||
micro_utils_version=0.20.37
|
||||
serialization_version=1.6.3
|
||||
ktor_version=2.3.8
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
|
||||
|
||||
Reference in New Issue
Block a user