Skip to content

Commit

Permalink
fix(deps): update koin to v4 (#233)
Browse files Browse the repository at this point in the history
| datasource | package                         | from  | to    |
| ---------- | ------------------------------- | ----- | ----- |
| maven      | io.insert-koin:koin-test        | 3.5.6 | 4.0.0 |
| maven      | io.insert-koin:koin-test-junit4 | 3.5.6 | 4.0.0 |
| maven      | io.insert-koin:koin-android     | 3.5.6 | 4.0.0 |
| maven      | io.insert-koin:koin-core        | 3.5.6 | 4.0.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent 35d2cb7 commit b8eab33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object deps {
}

object koin {
private const val version = "3.5.6"
private const val version = "4.0.0"

const val core = "io.insert-koin:koin-core:$version"
const val android = "io.insert-koin:koin-android:$version"
Expand Down

0 comments on commit b8eab33

Please sign in to comment.