Skip to content

Commit

Permalink
fix: add resolves-conflict-dependency for OkHttp 4.x (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis authored Sep 16, 2024
1 parent 84fa411 commit 8f87a52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .brazil.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
],
"com.squareup.okio:okio-jvm:3.*": [
"KotlinStdlib-2.x"
],
"com.squareup.okhttp3:okhttp:4.*": [
"OkHttp3-4.x"
]
}
}
Expand Down

0 comments on commit 8f87a52

Please sign in to comment.