Skip to content

Commit

Permalink
Update deps.koin.version to v3.5.6
Browse files Browse the repository at this point in the history
| datasource | package                         | from  | to    |
| ---------- | ------------------------------- | ----- | ----- |
| maven      | io.insert-koin:koin-test        | 3.5.0 | 3.5.6 |
| maven      | io.insert-koin:koin-test-junit4 | 3.5.0 | 3.5.6 |
| maven      | io.insert-koin:koin-core        | 3.5.0 | 3.5.6 |
  • Loading branch information
renovate[bot] authored Apr 21, 2024
1 parent 34ca69d commit 79811ff
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 @@ -104,7 +104,7 @@ object deps {
}

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

const val core = "io.insert-koin:koin-core:$version"
const val testJunit4 = "io.insert-koin:koin-test-junit4:$version"
Expand Down

0 comments on commit 79811ff

Please sign in to comment.