We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d8d2a commit b8e82dbCopy full SHA for b8e82db
build.gradle.kts
@@ -16,7 +16,7 @@ repositories {
16
dependencies {
17
implementation(kotlin("stdlib-jdk8"))
18
testCompile("junit", "junit", "4.13.2")
19
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
20
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-javafx:1.6.4")
21
}
22
0 commit comments