From 4df844f7d1cc3da61df5eff672e65f371e7bbe70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 22:11:14 +0000 Subject: [PATCH] Bump co.touchlab:kermit from 2.0.8 to 2.1.0 Bumps [co.touchlab:kermit](https://github.com/touchlab/Kermit) from 2.0.8 to 2.1.0. - [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.8...2.1.0) --- updated-dependencies: - dependency-name: co.touchlab:kermit dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 4c3f1ce..f7910b2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kermit = "2.0.8" +kermit = "2.1.0" kotlin = "2.3.10" kotlinx-coroutines = "1.10.2" compose = "1.10.0"