File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencies {
6464 }
6565 }
6666 implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10" )
67- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3 " )
67+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 " )
6868 implementation(" com.squareup.moshi:moshi:1.13.0" )
6969 implementation(" com.squareup.okhttp3:okhttp:4.10.0" )
7070// implementation("com.squareup.okhttp3:logging-interceptor:[4.9,5)!!4.9.3")
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ val dependencyVersions = listOf(
2121 " org.jetbrains.kotlin:kotlin-stdlib-common:1.7.10" ,
2222 " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.10" ,
2323 " org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10" ,
24- " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3 " ,
24+ " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 " ,
2525 " org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4" ,
2626 " org.junit:junit-bom:5.8.2" ,
2727 " org.junit.jupiter:junit-jupiter-api:5.8.2" ,
You can’t perform that action at this time.
0 commit comments