From 8857182ddb8d30d3174933db5935560f9dbf7cf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:54:39 +0000 Subject: [PATCH] Bump koin from 3.6.0-wasm-alpha2 to 4.0.0-RC2 Bumps `koin` from 3.6.0-wasm-alpha2 to 4.0.0-RC2. Updates `io.insert-koin:koin-android` from 3.6.0-wasm-alpha2 to 4.0.0-RC2 - [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/3.6.0-wasm-alpha2...4.0.0-RC2) Updates `io.insert-koin:koin-androidx-compose` from 3.6.0-wasm-alpha2 to 4.0.0-RC2 - [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/3.6.0-wasm-alpha2...4.0.0-RC2) Updates `io.insert-koin:koin-androidx-workmanager` from 3.6.0-wasm-alpha2 to 4.0.0-RC2 - [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/3.6.0-wasm-alpha2...4.0.0-RC2) --- updated-dependencies: - dependency-name: io.insert-koin:koin-android dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.insert-koin:koin-androidx-compose dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.insert-koin:koin-androidx-workmanager dependency-type: direct:production update-type: version-update:semver-major ... 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 b7cc115a7..e1aa23d6c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -83,7 +83,7 @@ turbine = "1.1.0" barista = "4.3.0" kotest = "5.9.1" sqldelight = "2.0.2" -koin = "3.6.0-wasm-alpha2" +koin = "4.0.0-RC2" koin-compose = "1.2.0-Beta4" constraintlayout-compose-multiplatform = "0.4.0" okio = "3.9.0"