Skip to content

Commit c466dec

Browse files
Bump coroutines from 1.7.1 to 1.7.2 (#93)
1 parent 3052465 commit c466dec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

235235
publishing {

0 commit comments

Comments
 (0)