1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-01 06:09:22 +00:00

chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.9.0

This commit is contained in:
renovate[bot]
2025-06-27 15:53:54 +00:00
committed by GitHub
parent 55a78375be
commit 4899a38e94

View File

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