Skip to content

Commit

Permalink
Bump futures dependency (#98)
Browse files Browse the repository at this point in the history
Should address issue #69
  • Loading branch information
rlazo committed Mar 27, 2024
1 parent a2b71df commit ab722b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generativeai/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ dependencies {
implementation("org.reactivestreams:reactive-streams:1.0.3")

implementation("com.google.guava:listenablefuture:1.0")
implementation("androidx.concurrent:concurrent-futures:1.2.0-alpha02")
implementation("androidx.concurrent:concurrent-futures-ktx:1.2.0-alpha02")
implementation("androidx.concurrent:concurrent-futures:1.2.0-alpha03")
implementation("androidx.concurrent:concurrent-futures-ktx:1.2.0-alpha03")
testImplementation("junit:junit:4.13.2")
testImplementation("io.kotest:kotest-assertions-core:5.5.5")
testImplementation("io.kotest:kotest-assertions-core-jvm:5.5.5")
Expand Down

0 comments on commit ab722b6

Please sign in to comment.