diff --git a/.github/workflows/release.main.kts b/.github/workflows/release.main.kts index 8b7b6d9..5767fe8 100755 --- a/.github/workflows/release.main.kts +++ b/.github/workflows/release.main.kts @@ -1,7 +1,7 @@ #!/usr/bin/env kotlin @file:Repository("https://repo1.maven.org/maven2/") @file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.7.0") -@file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0") +@file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0") @file:Repository("https://bindings.krzeminski.it") @file:DependsOn("actions:checkout:v6")