From 92ac9a08dc959fad8ad8b1698170b3440ba76078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 13:20:39 +0000 Subject: [PATCH] Bump kotlinx-datetime from 0.3.2 to 0.3.3 Bumps [kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/Kotlin/kotlinx-datetime/releases) - [Changelog](https://github.com/Kotlin/kotlinx-datetime/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-datetime/compare/v0.3.2...v0.3.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-datetime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 36d84609..686ebb9a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,7 +40,7 @@ kotlin { val commonMain by getting { dependencies { implementation(kotlin("stdlib-common")) - implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.2") + implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.3") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2") } }