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]
fb6875d4b9 Update dependency com.github.ben-manes.versions to v0.58.0 2026-08-01 08:57:53 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ kotlin-poet = "2.3.0"
microutils = "0.30.0"
kslog = "1.6.1"
versions = "0.54.0"
versions = "0.58.0"
github-release-plugin = "2.5.2"
dokka = "2.2.0"

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env kotlin
// 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 java.io.File