Skip to content

Commit

Permalink
fix(deps): update deps.koin.version to v3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2023
1 parent 313a8b3 commit 72cae7d
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 @@ -106,7 +106,7 @@ object deps {
}

object koin {
private const val version = "3.4.0"
private const val version = "3.4.3"

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 72cae7d

Please sign in to comment.