Skip to content

Commit b8eab33

Browse files
fix(deps): update koin to v4 (#233)
| 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>
1 parent 35d2cb7 commit b8eab33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ object deps {
6060
}
6161

6262
object koin {
63-
private const val version = "3.5.6"
63+
private const val version = "4.0.0"
6464

6565
const val core = "io.insert-koin:koin-core:$version"
6666
const val android = "io.insert-koin:koin-android:$version"

0 commit comments

Comments
 (0)