From 9f04158a3d78ecb6abf9f43fed7e2428d009e49d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 08:26:36 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlinx:kotlinx-datetime Bumps [org.jetbrains.kotlinx:kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) from 0.4.0 to 0.4.1. - [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.4.0...v0.4.1) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ef91579df4..cb212a5e61 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ buildscript { play_services_wearable_version = '18.0.0' play_services_location_version = '21.0.1' - kotlinx_datetime_version = '0.4.0' + kotlinx_datetime_version = '0.4.1' kotlinx_serialization_version = '1.6.0' caverock_androidsvg_version = '1.4'