Skip to content

Commit

Permalink
Bump koin from 3.6.0-wasm-alpha2 to 4.0.0 (#377)
Browse files Browse the repository at this point in the history
Bumps `koin` from 3.6.0-wasm-alpha2 to 4.0.0.

Updates `io.insert-koin:koin-android` from 3.6.0-wasm-alpha2 to 4.0.0
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@3.6.0-wasm-alpha2...4.0.0)

Updates `io.insert-koin:koin-androidx-compose` from 3.6.0-wasm-alpha2 to 4.0.0
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@3.6.0-wasm-alpha2...4.0.0)

Updates `io.insert-koin:koin-androidx-workmanager` from 3.6.0-wasm-alpha2 to 4.0.0
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@3.6.0-wasm-alpha2...4.0.0)

---
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Bely <[email protected]>
  • Loading branch information
dependabot[bot] and michaelbel authored Nov 17, 2024
1 parent 137f744 commit a987de8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ palantir-git = "3.1.0"
flaker = "0.1.2"
ktor = "3.0.1"
leakcanary = "3.0-alpha-8"
koin = "3.6.0-wasm-alpha2"
koin-compose = "1.2.0-Beta4"
koin = "4.0.0"
okio = "3.9.1"
buildkonfig = "0.15.2"
napier = "2.7.1"
Expand Down Expand Up @@ -162,8 +161,8 @@ leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.re
koin-android = { module = "io.insert-koin:koin-android", version.ref = "koin" }
koin-androidx-compose = { module = "io.insert-koin:koin-androidx-compose", version.ref = "koin" }
koin-androidx-workmanager = { module = "io.insert-koin:koin-androidx-workmanager", version.ref = "koin" }
koin-compose = { module = "io.insert-koin:koin-compose", version.ref = "koin-compose" }
koin-compose-viewmodel = { module = "io.insert-koin:koin-compose-viewmodel", version.ref = "koin-compose" }
koin-compose = { module = "io.insert-koin:koin-compose", version.ref = "koin" }
koin-compose-viewmodel = { module = "io.insert-koin:koin-compose-viewmodel", version.ref = "koin" }
okio = { module = "com.squareup.okio:okio", version.ref = "okio" }
napier = { module = "io.github.aakira:napier", version.ref = "napier" }

Expand Down

0 comments on commit a987de8

Please sign in to comment.