Skip to content

Commit f0d7f6d

Browse files
Update kotlinx-coroutines monorepo to v1.10.2 (#104)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74f569b commit f0d7f6d

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
@@ -53,7 +53,7 @@ dependencies {
5353
implementation(compose.desktop.currentOs)
5454

5555
// Coroutines
56-
val coroutines = "1.10.1"
56+
val coroutines = "1.10.2"
5757
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines")
5858
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:$coroutines")
5959
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8")

0 commit comments

Comments
 (0)