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 ssl-config-core to 0.3.7 #65

Closed RafalSumislawski closed 5 years ago

RafalSumislawski commented 5 years ago

I came here because I care about having typesafe config 1.3.x in sbt (https://github.com/sbt/sbt/issues/4011). It seems it used to be blocked by gigahorse -> ssl-config 0.2.x -> typesafe-config 1.2.x. dependency.

ssl-config-core 0.3.7 depends on typesafe config 1.3.3.

There's a newer version available (0.4.0), but it wasn't published for Scala 2.10.

eed3si9n commented 5 years ago

After merging this I realized that there's ssl-config 0.4.0 that adds support for Scala 2.13.0, so I am bumping up to that in https://github.com/eed3si9n/gigahorse/pull/66