Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit d807732

Browse files
committed
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.7.1
1 parent b107c32 commit d807732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin-support/client/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ plugins {
2727

2828
dependencies {
2929
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1")
30-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0")
30+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
3131
implementation(project(":client"))
3232
}

0 commit comments

Comments
 (0)