Skip to content

Commit 6f772ae

Browse files
committed
chore(chapi-ast-c): update kotlinx-coroutines-core version
Update the kotlinx-coroutines-core version from 1.8.0-RC2 to 1.7.3 in the build.gradle.kts file of chapi-ast-c module.
1 parent 49fdc47 commit 6f772ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chapi-ast-c/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation("org.antlr:antlr4-runtime:4.13.1")
3737

3838
// coroutines
39-
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0-RC2")
39+
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
4040
implementation("org.anarres:jcpp:1.4.14")
4141
}
4242

0 commit comments

Comments
 (0)