File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies {
65
65
}
66
66
}
67
67
implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21" )
68
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 " )
68
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0 " )
69
69
implementation(" com.squareup.moshi:moshi:1.14.0" )
70
70
implementation(" com.squareup.okhttp3:okhttp:4.11.0" )
71
71
// implementation("com.squareup.okhttp3:logging-interceptor:[4.9,5)!!4.11.0")
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ val dependencyVersions = listOf(
22
22
" org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21" ,
23
23
" org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21" ,
24
24
" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21" ,
25
- " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 " ,
26
- " org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4 " ,
25
+ " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0 " ,
26
+ " org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.0 " ,
27
27
" org.junit:junit-bom:5.9.3" ,
28
28
" org.junit.jupiter:junit-jupiter-api:5.9.3" ,
29
29
" org.opentest4j:opentest4j:1.2.0"
You can’t perform that action at this time.
0 commit comments