mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-bot_template.git
synced 2025-11-15 19:40:03 +00:00
Compare commits
32 Commits
e07c673ba0
...
renovate/k
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e39c17f6e | ||
| 56c327cd97 | |||
|
|
a767563a9a | ||
| c997084d86 | |||
| cef55f412a | |||
|
|
0e4c009c09 | ||
|
|
6d997e4fe0 | ||
| c91fff9a97 | |||
|
|
13b52ba699 | ||
| 36763aac7c | |||
|
|
84e5dce2f4 | ||
| 235dbabe21 | |||
| 1fa3d1d289 | |||
| 4b2c9863e1 | |||
| a35790afb0 | |||
|
|
413f732c43 | ||
| fefc185605 | |||
| b3d54ac79a | |||
|
|
15b0d8fff7 | ||
|
|
9266bc68dd | ||
| a596620ea5 | |||
|
|
3824cf2a8b | ||
| 6e4f31ad22 | |||
|
|
f176a18308 | ||
| 1a0fd756e6 | |||
|
|
3ae0c9e21e | ||
| e24941d1b9 | |||
| 26d8d123f8 | |||
|
|
0f633ef7e9 | ||
|
|
ce441d36c1 | ||
| c2d44b87db | |||
|
|
3843bafb33 |
@@ -1,8 +1,8 @@
|
||||
[versions]
|
||||
|
||||
kotlin = "2.0.10"
|
||||
tgbotapi = "16.0.0"
|
||||
ktor = "2.3.11"
|
||||
kotlin = "2.2.21"
|
||||
tgbotapi = "24.0.2"
|
||||
ktor = "3.1.2"
|
||||
|
||||
[libraries]
|
||||
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
6
renovate.json
Normal file
6
renovate.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user