Skip to content

Commit 46c30fa

Browse files
committed
Bump Coroutines Native multithread dependency version
1 parent dcc8b8b commit 46c30fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ kotlin {
2020
sourceSets {
2121
val commonMain by getting {
2222
dependencies {
23-
api(coroutines("core", version = "1.3.9-native-mt-2"))
23+
api(coroutines("core", version = "1.4.1-native-mt"))
2424
api(uuid())
2525
}
2626
}
@@ -40,7 +40,7 @@ kotlin {
4040

4141
val macosX64Main by getting {
4242
dependencies {
43-
implementation(coroutines("core", version = "1.3.9-native-mt-2!!"))
43+
implementation(coroutines("core", version = "1.4.1-native-mt!!"))
4444
implementation(stately("isolate-macosx64"))
4545
}
4646
}

0 commit comments

Comments
 (0)