Skip to content

Commit c7db33c

Browse files
committed
Update coroutines to 1.6.0-RC2
1 parent 7354af2 commit c7db33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Dependencies.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ object Dependencies {
88
}
99

1010
object Kotlinx {
11-
const val coroutinesCore = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0-RC"
11+
const val coroutinesCore = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0-RC2"
1212
}
1313
}

0 commit comments

Comments
 (0)