From 6aec2accf1b2db23447eb8205de5af7a2101c146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:50:06 +0000 Subject: [PATCH] Bump co.touchlab:kermit from 2.0.3 to 2.0.4 Bumps [co.touchlab:kermit](https://github.com/touchlab/Kermit) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/touchlab/Kermit/releases) - [Changelog](https://github.com/touchlab/Kermit/blob/main/CHANGELOG.md) - [Commits](https://github.com/touchlab/Kermit/compare/2.0.3...2.0.4) --- updated-dependencies: - dependency-name: co.touchlab:kermit 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 da15fbecc..02565275d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ kotlin = "2.0.0" ktor = "2.3.11" dokka = "1.9.20" kotlinx-datetime = "0.6.0" -kermit = "2.0.3" +kermit = "2.0.4" atomicfu = "0.24.0" coroutines = "1.8.1" android-lifecycle = "2.8.1"