From b452d95764cd2ac95185f652fcedff455410c6bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 12:38:34 +0000 Subject: [PATCH] fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.6.2 (#695) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- playground/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/build.gradle.kts b/playground/build.gradle.kts index e5d5fa486..8a4a15b0c 100644 --- a/playground/build.gradle.kts +++ b/playground/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { implementation("com.charleskorn.kaml:kaml:0.71.0") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlinSerializeVersion") - implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.1") + implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.2") implementation("joda-time:joda-time:2.13.1") }