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 @@ -180,12 +180,12 @@ testing {
180180 dependencies {
181181 implementation(" com.squareup.okhttp3:mockwebserver:4.11.0" )
182182 implementation(" com.squareup.okio:okio:3.3.0" )
183- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1 " )
183+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2 " )
184184 }
185185 }
186186 register<JvmTestSuite >(" integrationTest" ) {
187187 dependencies {
188- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1 " )
188+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2 " )
189189 }
190190 }
191191 withType<JvmTestSuite >().configureEach {
@@ -229,7 +229,7 @@ dependencies {
229229 api(" com.squareup.retrofit2:retrofit:2.9.0" )
230230 implementation(" com.squareup.retrofit2:converter-moshi:2.9.0" )
231231 implementation(" com.squareup.retrofit2:converter-scalars:2.9.0" )
232- api(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 " )
232+ api(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2 " )
233233}
234234
235235publishing {
You can’t perform that action at this time.
0 commit comments