We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c76bf5 commit 9113aafCopy full SHA for 9113aaf
build.gradle.kts
@@ -53,7 +53,7 @@ dependencies {
53
implementation(compose.desktop.currentOs)
54
55
// Coroutines
56
- val coroutines = "1.10.0"
+ val coroutines = "1.10.1"
57
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines")
58
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:$coroutines")
59
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8")
0 commit comments