diff --git a/.github/workflows/benchmark.main.kts b/.github/workflows/benchmark.main.kts index 01ba503e0..81a4a058e 100755 --- a/.github/workflows/benchmark.main.kts +++ b/.github/workflows/benchmark.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.0.0") -@file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2") +@file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3") @file:Repository("https://bindings.krzeminski.it/") @file:DependsOn("actions:checkout:v4")