1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-08-15 13:46:19 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
b6a594e1a0 Update ksp monorepo to v2.3.11 2026-08-07 03:17:13 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ korlibs = "5.4.0"
uuid = "0.8.4" uuid = "0.8.4"
ktor = "3.5.1" ktor = "3.5.1"
ksp = "2.3.9" ksp = "2.3.11"
kotlin-poet = "2.3.0" kotlin-poet = "2.3.0"
microutils = "0.30.0" microutils = "0.30.0"

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env kotlin #!/usr/bin/env kotlin
// This script will read Event // This script will read Event
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0") @file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0")
import kotlinx.serialization.json.* import kotlinx.serialization.json.*
import java.io.File import java.io.File