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 @@ -184,13 +184,13 @@ testing {
184184 dependencies {
185185 implementation(" com.squareup.okhttp3:mockwebserver:4.11.0" )
186186 implementation(" com.squareup.okio:okio:3.3.0" )
187- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.0 " )
187+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1 " )
188188 }
189189 }
190190 register<JvmTestSuite >(" integrationTest" ) {
191191 dependencies {
192192 implementation(project())
193- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.0 " )
193+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1 " )
194194 }
195195 }
196196 withType<JvmTestSuite > {
@@ -216,5 +216,5 @@ dependencies {
216216 api(" com.squareup.retrofit2:retrofit:2.9.0" )
217217 implementation(" com.squareup.retrofit2:converter-moshi:2.9.0" )
218218 implementation(" com.squareup.retrofit2:converter-scalars:2.9.0" )
219- api(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0 " )
219+ api(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 " )
220220}
You can’t perform that action at this time.
0 commit comments