Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #19 from suitetecsa/renovate/com.squareup.retrofit…
Browse files Browse the repository at this point in the history
…2-adapter-rxjava3-2.x

Update dependency com.squareup.retrofit2:adapter-rxjava3 to v2.10.0
  • Loading branch information
lesclaz authored Mar 18, 2024
2 parents 6ee82a0 + a9fa686 commit 2d59dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
// Adaptador de Coroutines para Retrofit
implementation("com.jakewharton.retrofit:retrofit2-kotlin-coroutines-adapter:0.9.2")
// Adaptador RxJava para Retrofit
implementation("com.squareup.retrofit2:adapter-rxjava3:2.9.0")
implementation("com.squareup.retrofit2:adapter-rxjava3:2.10.0")

implementation("com.auth0:java-jwt:4.4.0")

Expand Down

0 comments on commit 2d59dc4

Please sign in to comment.