Skip to content

Commit 76f98f7

Browse files
Update coroutines to v1.8.1 (#61)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0eda66f commit 76f98f7

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
@@ -45,7 +45,7 @@ dependencies {
4545
implementation(compose.materialIconsExtended)
4646
implementation(compose.desktop.currentOs)
4747

48-
val coroutines = "1.8.0"
48+
val coroutines = "1.8.1"
4949
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines")
5050
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:$coroutines")
5151
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7")

0 commit comments

Comments
 (0)