Skip to content

Commit ffd63d3

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-javafx to v1.7.2
1 parent 28d8d2a commit ffd63d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
implementation(kotlin("stdlib-jdk8"))
1818
testCompile("junit", "junit", "4.13.2")
1919
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
20-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-javafx:1.6.4")
20+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-javafx:1.7.2")
2121
}
2222

2323
configure<JavaPluginConvention> {

0 commit comments

Comments
 (0)