mirror of https://github.com/usbharu/Hideout.git
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.8.1
This commit is contained in:
parent
52b92c6c77
commit
e7dceb9f11
|
@ -21,7 +21,7 @@ dependencies {
|
|||
implementation("io.grpc:grpc-protobuf:1.63.0")
|
||||
implementation("com.google.protobuf:protobuf-kotlin:4.26.1")
|
||||
implementation("io.grpc:grpc-netty:1.63.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
|
||||
implementation(project(":owl-common"))
|
||||
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1")
|
||||
implementation(platform("io.insert-koin:koin-bom:3.5.6"))
|
||||
|
|
|
@ -16,7 +16,7 @@ dependencies {
|
|||
implementation("io.grpc:grpc-protobuf:1.63.0")
|
||||
implementation("com.google.protobuf:protobuf-kotlin:4.26.1")
|
||||
implementation("io.grpc:grpc-netty:1.63.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
|
||||
implementation(project(":owl-common"))
|
||||
protobuf(files(project(":owl-broker").dependencyProject.projectDir.toString() + "/src/main/proto"))
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ dependencies {
|
|||
implementation("io.grpc:grpc-protobuf:1.63.0")
|
||||
implementation("com.google.protobuf:protobuf-kotlin:4.26.1")
|
||||
implementation("io.grpc:grpc-netty:1.63.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
|
||||
implementation(project(":owl-common"))
|
||||
protobuf(files(project(":owl-broker").dependencyProject.projectDir.toString() + "/src/main/proto"))
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@ dependencies {
|
|||
implementation(project(":owl-broker"))
|
||||
implementation(platform("io.insert-koin:koin-bom:3.5.6"))
|
||||
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.1")
|
||||
}
|
||||
|
||||
tasks.test {
|
||||
|
|
Loading…
Reference in New Issue