From a71bf4da164c3c1cd3b8c957129e9edb0c0291a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 16:30:06 -0600 Subject: [PATCH] chore(deps): update kotlin ecosystem to v0.9.6 (#4451) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 1ae357716..2f8f9809b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ kotlin = "2.3.0" kotlinx-coroutines-android = "1.10.2" kotlinx-serialization = "1.10.0" ktlint = "1.7.1" -kover = "0.9.5" +kover = "0.9.6" mockk = "1.14.9" testRetry = "1.6.4"