Skip to content

Commit

Permalink
chore(chapi-ast-c): update kotlinx-coroutines-core version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
phodal committed Feb 14, 2024
1 parent 49fdc47 commit 6f772ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapi-ast-c/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation("org.antlr:antlr4-runtime:4.13.1")

// coroutines
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0-RC2")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("org.anarres:jcpp:1.4.14")
}

Expand Down

0 comments on commit 6f772ae

Please sign in to comment.