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 {
25
25
26
26
dependencies {
27
27
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'
29
29
30
30
compile " org.mockito:mockito-core:2.13.0"
31
31
32
32
testCompile ' junit:junit:4.12'
33
33
testCompile ' com.nhaarman:expect.kt:1.0.0'
34
34
35
35
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'
37
37
38
- testImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:0.21 "
38
+ testImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:0.23.3 "
39
39
}
40
40
41
41
dokka {
You can’t perform that action at this time.
0 commit comments