From b2edf7ef3fc9cfc345b4eea7d3e0e10419783517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 09:49:55 +0000 Subject: [PATCH] chore(deps): bump kotlinx-datetime from 0.3.2 to 0.4.0 Bumps [kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) from 0.3.2 to 0.4.0. - [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.4.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-datetime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 53bdae014e..7edaf2cb76 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ buildscript { play_services_wearable_version = '17.1.0' play_services_location_version = '21.0.1' - kotlinx_datetime_version = '0.3.2' + kotlinx_datetime_version = '0.4.0' kotlinx_serialization_core_version = '1.4.1' } repositories {