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 {
184
184
dependencies {
185
185
implementation(" com.squareup.okhttp3:mockwebserver:4.11.0" )
186
186
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 " )
188
188
}
189
189
}
190
190
register<JvmTestSuite >(" integrationTest" ) {
191
191
dependencies {
192
192
implementation(project())
193
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.0 " )
193
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1 " )
194
194
}
195
195
}
196
196
withType<JvmTestSuite > {
@@ -216,5 +216,5 @@ dependencies {
216
216
api(" com.squareup.retrofit2:retrofit:2.9.0" )
217
217
implementation(" com.squareup.retrofit2:converter-moshi:2.9.0" )
218
218
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 " )
220
220
}
You can’t perform that action at this time.
0 commit comments