build(deps): bump kotlinx-coroutines-test from 1.6.0-RC2 to 1.6.0-RC3 (#1592)

This commit is contained in:
dependabot[bot] 2021-12-17 17:30:04 +00:00 committed by GitHub
parent 64fed530b2
commit abdcefd6a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -20,8 +20,8 @@ dependencies {
dependencySync("org.jetbrains.kotlinx:kover:0.4.4")
// Kotlin dependencies
dependencySync("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0-RC2")
dependencySync("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0-RC2")
dependencySync("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0-RC3")
dependencySync("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0-RC3")
// AndroidX dependencies
dependencySync("androidx.activity:activity-ktx:1.4.0")
@ -99,5 +99,5 @@ dependencies {
dependencySync("com.github.android-password-store:shared-preferences-fake:2.0.0")
dependencySync("androidx.test:rules:1.4.1-alpha03")
dependencySync("androidx.test:runner:1.4.1-alpha03")
dependencySync("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0-RC2")
dependencySync("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0-RC3")
}

View file

@ -4,7 +4,7 @@ androidx_activity = "1.4.0"
androidx_test = "1.4.1-alpha03"
compose = "1.1.0-beta04"
composeSnapshot = "-"
coroutines = "1.6.0-RC2"
coroutines = "1.6.0-RC3"
flowbinding = "1.2.0"
hilt = "2.40.5"
kotlin = "1.6.10"