Skip to content

Commit 2f91158

Browse files
author
Dominik Liebler
authored
Merge pull request #5 from domnikl/renovate/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.x
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.6.4
2 parents 919d434 + c992eb5 commit 2f91158

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

0 commit comments

Comments
 (0)