We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d94c06 commit aaa5e06Copy full SHA for aaa5e06
openfeature/providers/kotlin-provider/gofeatureflag-kotlin-provider/build.gradle.kts
@@ -96,7 +96,7 @@ dependencies {
96
api("dev.openfeature:android-sdk:0.3.2")
97
api("com.squareup.okhttp3:okhttp:4.12.0")
98
api("com.google.code.gson:gson:2.11.0")
99
- api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
+ api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
100
testImplementation("junit:junit:4.13.2")
101
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
102
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
0 commit comments