Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6 from spotify/correct-coroutine-dependency
Browse files Browse the repository at this point in the history
update dependency to use coroutines-core
  • Loading branch information
fabriziodemaria authored May 19, 2023
2 parents 7cfc223 + 9cd0e07 commit 47fe390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenFeature/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ android {
}

dependencies {
implementation("com.google.android.material:material:1.8.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1")
testImplementation("junit:junit:4.13.2")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1")
}

publishing {
Expand Down

0 comments on commit 47fe390

Please sign in to comment.