Skip to content

Commit b8e82db

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

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
@@ -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.3")
2020
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-javafx:1.6.4")
2121
}
2222

0 commit comments

Comments
 (0)