Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

fix(deps): update dependency io.insert-koin:koin-core to v3.3.2 #62

Merged
merged 1 commit into from Dec 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion extensions-koin/build.gradle.kts
Expand Up @@ -28,5 +28,5 @@ plugins {
}

dependencies {
api("io.insert-koin:koin-core:3.3.0")
api("io.insert-koin:koin-core:3.3.2")
}