Skip to content

Commit 6e18d13

Browse files
authored
Merge pull request #78 from hoc081098/renovate/coroutines
Update coroutines to v1.9.0
2 parents bdf42e7 + b3a26cd commit 6e18d13

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.1"
48+
val coroutines = "1.9.0"
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.8")

0 commit comments

Comments
 (0)