Skip to content

Commit dcec25d

Browse files
committed
kotlix-coroutines to 1.4.3
1 parent 10ac170 commit dcec25d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/kotlin-coroutines/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ dependencies {
3636
// Testing Dependencies
3737
testImplementation "junit:junit:4.13.2"
3838
testImplementation "com.squareup.okhttp3:mockwebserver:3.12.13"
39-
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.3"
39+
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3"
40+
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.3"
4041
}
4142

4243
generateSwagger {

0 commit comments

Comments
 (0)