Skip to content

Commit 4899a38

Browse files
chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.9.0
1 parent 55a7837 commit 4899a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tgbotapi.webapps/src/jsMain/kotlin/dev/inmo/tgbotapi/webapps/events/events_generator.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env kotlin
22
// This script will read Event
3-
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0")
3+
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0")
44

55
import kotlinx.serialization.json.*
66
import java.io.File

0 commit comments

Comments
 (0)