From e1ddf8a75eea2bb25193a793015cda20a9f92692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 09:47:45 +0000 Subject: [PATCH] Bump koin from 4.0.0-RC1 to 4.1.0-Beta1 Bumps `koin` from 4.0.0-RC1 to 4.1.0-Beta1. Updates `io.insert-koin:koin-core` from 4.0.0-RC1 to 4.1.0-Beta1 - [Release notes](https://github.com/InsertKoinIO/koin/releases) - [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md) - [Commits](https://github.com/InsertKoinIO/koin/compare/4.0.0-RC1...4.1.0-Beta1) Updates `io.insert-koin:koin-compose` from 4.0.0-RC1 to 4.1.0-Beta1 - [Release notes](https://github.com/InsertKoinIO/koin/releases) - [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md) - [Commits](https://github.com/InsertKoinIO/koin/compare/4.0.0-RC1...4.1.0-Beta1) Updates `io.insert-koin:koin-compose-viewmodel` from 4.0.0-RC1 to 4.1.0-Beta1 - [Release notes](https://github.com/InsertKoinIO/koin/releases) - [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md) - [Commits](https://github.com/InsertKoinIO/koin/compare/4.0.0-RC1...4.1.0-Beta1) --- updated-dependencies: - dependency-name: io.insert-koin:koin-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.insert-koin:koin-compose dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.insert-koin:koin-compose-viewmodel 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 0abf6f9..8097451 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ coil = "3.0.0-alpha09" kotlinx-coroutines = "1.9.0-RC" ktor = "3.0.0-beta-2" kotlinx-serialization = "1.7.1" -koin = "4.0.0-RC1" +koin = "4.1.0-Beta1" viewmodel-compose = "2.8.0" haze = "0.7.3" kstore = "0.8.0" -- 2.52.0