diff --git a/ci-release-helper/build.gradle.kts b/ci-release-helper/build.gradle.kts index 506c0869a..486223c1e 100644 --- a/ci-release-helper/build.gradle.kts +++ b/ci-release-helper/build.gradle.kts @@ -69,7 +69,7 @@ nexusStaging { dependencies { implementation(`ktor-client-okhttp`) implementation(`kotlinx-serialization-json`) - implementation("org.jetbrains.kotlinx", "kotlinx-datetime", "0.4.0") + implementation("org.jetbrains.kotlinx", "kotlinx-datetime-jvm", "0.4.0") } tasks.register("updateSnapshotVersion") {