Skip to content

Commit a8145d3

Browse files
committed
fix: Bump coroutines to 1.6.0-RC3 to fix bug
Fixes Kotlin/kotlinx.coroutines#3078
1 parent c0b2446 commit a8145d3

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
@@ -65,7 +65,7 @@ kotlin {
6565
implementation("io.ktor:ktor-client-core:$ktorVersion")
6666
implementation("io.ktor:ktor-client-serialization:$ktorVersion")
6767
implementation("org.jetbrains.kotlinx:atomicfu:0.17.0")
68-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0-RC2")
68+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0-RC3")
6969
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.1")
7070
implementation("org.slf4j:slf4j-simple:1.7.32")
7171
api("co.touchlab:kermit:$kermitVersion")

0 commit comments

Comments
 (0)