mirror of https://github.com/usbharu/Hideout.git
fix(deps): update dependency io.insert-koin:koin-bom to v3.5.6
This commit is contained in:
parent
5df036ff40
commit
f9063bdf6f
|
@ -13,7 +13,7 @@ dependencies {
|
||||||
testImplementation(kotlin("test"))
|
testImplementation(kotlin("test"))
|
||||||
implementation(project(":owl-producer:owl-producer-api"))
|
implementation(project(":owl-producer:owl-producer-api"))
|
||||||
implementation(project(":owl-broker"))
|
implementation(project(":owl-broker"))
|
||||||
implementation(platform("io.insert-koin:koin-bom:3.5.3"))
|
implementation(platform("io.insert-koin:koin-bom:3.5.6"))
|
||||||
implementation("io.insert-koin:koin-core")
|
implementation("io.insert-koin:koin-core")
|
||||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
|
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue