From 0c3a841a807a4c2cd8184ca7b32e94a7cb855c6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 13:07:36 -0500 Subject: [PATCH] chore(deps): update koin to v4.2.0 (#4827) 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 9c75bb8c8..186e3b869 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ navigation3 = "1.1.0-alpha04" paging = "3.4.2" room = "2.8.4" savedstate = "1.4.0" -koin = "4.2.0-RC2" +koin = "4.2.0" koin-annotations = "2.1.0" koin-plugin = "0.4.0"