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 {
6565 }
6666 }
6767 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 " )
6969 implementation(" com.squareup.moshi:moshi:1.14.0" )
7070 implementation(" com.squareup.okhttp3:okhttp:4.11.0" )
7171// 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(
2222 " org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21" ,
2323 " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21" ,
2424 " 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 " ,
2727 " org.junit:junit-bom:5.9.3" ,
2828 " org.junit.jupiter:junit-jupiter-api:5.9.3" ,
2929 " org.opentest4j:opentest4j:1.2.0"
You can’t perform that action at this time.
0 commit comments