From f48cc3632c817b40d17de120ed3897823e3916bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 10:32:35 -0500 Subject: [PATCH] chore(deps): update koin.plugin to v1.0.0-rc2 (#5213) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: garthvh <1795163+garthvh@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 cd8f674ab..937906141 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ navigation3 = "1.1.0" paging = "3.4.2" room = "3.0.0-alpha03" koin = "4.2.1" -koin-plugin = "1.0.0-RC1" +koin-plugin = "1.0.0-RC2" # Kotlin kotlin = "2.3.21-RC2"