Skip to content

Commit abf0272

Browse files
authored
deps: coroutines 1.6.2
1 parent 0a2be8e commit abf0272

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)