Skip to content

Commit 9113aaf

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-swing to v1.10.1 (#94)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c76bf5 commit 9113aaf

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.0"
56+
val coroutines = "1.10.1"
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)