Skip to content

Commit eec2a70

Browse files
authored
fix(deps): update kotlinx-coroutines monorepo to v1.10.1
1 parent e22436d commit eec2a70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

descopesdk/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
}
4141

4242
dependencies {
43-
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1"
43+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1"
4444
implementation "androidx.lifecycle:lifecycle-common:2.8.4"
4545
implementation "androidx.lifecycle:lifecycle-process:2.8.4"
4646
implementation "androidx.browser:browser:1.8.0"
@@ -49,7 +49,7 @@ dependencies {
4949
implementation "androidx.credentials:credentials-play-services-auth:1.2.2"
5050
implementation "com.google.android.libraries.identity.googleid:googleid:1.1.1"
5151

52-
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1"
52+
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1"
5353
testImplementation "junit:junit:4.13.2"
5454
testImplementation "org.json:json:20240303"
5555
}

0 commit comments

Comments
 (0)