eed3si9n / gigahorse

Gigahorse is an HTTP client for Scala with multiple backend support.
http://eed3si9n.com/gigahorse
Apache License 2.0
121 stars 25 forks source link

Update okhttp3 to 4.10.0 #83

Open tototoshi opened 2 years ago

tototoshi commented 2 years ago

https://github.com/eed3si9n/gigahorse/issues/73

I have tried okhttp3 4.10.0. All tests passed. ✅ (Is there any reason why Gigahorse has not upgraded okhttp3 to 4.x ?)

eed3si9n commented 2 years ago

Is there any reason why Gigahorse has not upgraded okhttp3 to 4.x ?

okhttp 4 transitively depends on Kotlin standard library, which I'd rather not for any of my own Scala apps.