File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,17 @@ repositories {
2525
2626dependencies {
2727 compileOnly " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
28- compileOnly ' org.jetbrains.kotlinx:kotlinx-coroutines-core:0.19 .3'
28+ compileOnly ' org.jetbrains.kotlinx:kotlinx-coroutines-core:0.23 .3'
2929
3030 compile " org.mockito:mockito-core:2.13.0"
3131
3232 testCompile ' junit:junit:4.12'
3333 testCompile ' com.nhaarman:expect.kt:1.0.0'
3434
3535 testCompile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
36- testCompile ' org.jetbrains.kotlinx:kotlinx-coroutines-core:0.19 .3'
36+ testCompile ' org.jetbrains.kotlinx:kotlinx-coroutines-core:0.23 .3'
3737
38- testImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:0.21 "
38+ testImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:0.23.3 "
3939}
4040
4141dokka {
You can’t perform that action at this time.
0 commit comments