Skip to content

Commit e8bd14e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
dependencies {
1717
implementation(kotlin("stdlib-jdk8"))
1818
testCompile("junit", "junit", "4.13.2")
19-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
19+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
2020
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-javafx:1.6.4")
2121
}
2222

0 commit comments

Comments
 (0)