Skip to content

Commit 7a30bb6

Browse files
authored
Merge pull request #142 from Kotlin-Android-Open-Source/hoc081098-patch-1
deps: coroutines 1.6.2
2 parents 0a2be8e + abf0272 commit 7a30bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ object deps {
5252
}
5353

5454
object coroutines {
55-
private const val version = "1.6.1"
55+
private const val version = "1.6.2"
5656

5757
const val core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:$version"
5858
const val android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:$version"

0 commit comments

Comments
 (0)