Skip to content

Commit 4a5c6ac

Browse files
chore: bump org.jetbrains.kotlinx:kotlinx-coroutines-test
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.4 to 1.10.2. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.6.4...1.10.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d7e3b2e commit 4a5c6ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ repositories {
5757

5858
dependencies {
5959
implementation 'androidx.annotation:annotation:1.5.0'
60-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
60+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2'
6161
api 'com.rokt:roktsdk:4.10.0'
6262

6363
testImplementation files('libs/java-json.jar')
6464
testImplementation 'com.squareup.assertj:assertj-android:1.2.0'
6565
testImplementation ("io.mockk:mockk:1.13.4")
66-
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4'
66+
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2'
6767
}

0 commit comments

Comments
 (0)