From 7a25a1c2a4d9f4ac44ca0250a14db25d7d324713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:55:20 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.4.0 to 0.4.1 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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d864fb52..264cdc64 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,7 +20,7 @@ koin_compose = '3.4.5' kotlin = '1.9.10' kotlin_coroutines_test = '1.7.2' kotlin_coroutines = '1.7.3' -kotlin_datetime = '0.4.0' +kotlin_datetime = '0.4.1' kotlinx_serialization = "1.5.1" ktor = "2.3.2" lifecycle = "2.6.2"