Skip to content

Commit fb5088e

Browse files
Bump org.jetbrains.kotlinx:kotlinx-coroutines-* from 1.7.0 to 1.7.1 (#59)
1 parent c021e98 commit fb5088e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

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

0 commit comments

Comments
 (0)