From e08281215c3151be450666193b98583ac99673c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 22:17:49 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-datetime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 656b5d54..07cd2263 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -9,7 +9,7 @@ dependencyResolutionManagement { library("kotlinx-coroutines", "org.jetbrains.kotlinx", "kotlinx-coroutines-jdk8").versionRef(coroutines) library("kotlinx-coroutines-test", "org.jetbrains.kotlinx", "kotlinx-coroutines-test").versionRef(coroutines) library("kotlinx-serialization-json", "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3") - library("kotlinx-datetime", "org.jetbrains.kotlinx:kotlinx-datetime:0.5.0") + library("kotlinx-datetime", "org.jetbrains.kotlinx:kotlinx-datetime:0.6.0") val junit5 = version("junit", "5.10.1") library("junit", "org.junit.jupiter", "junit-jupiter").versionRef(junit5)