Skip to content

Commit

Permalink
fix(deps): update kotlinx-coroutines monorepo to v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
descope[bot] authored Jan 28, 2025
1 parent eb13dca commit 49b9f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions descopesdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
}

dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1"
implementation "androidx.lifecycle:lifecycle-common:2.8.4"
implementation "androidx.lifecycle:lifecycle-process:2.8.4"
implementation "androidx.browser:browser:1.8.0"
Expand All @@ -49,7 +49,7 @@ dependencies {
implementation "androidx.credentials:credentials-play-services-auth:1.2.2"
implementation "com.google.android.libraries.identity.googleid:googleid:1.1.1"

testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1"
testImplementation "junit:junit:4.13.2"
testImplementation "org.json:json:20240303"
}
Expand Down

0 comments on commit 49b9f12

Please sign in to comment.