Closed deadtrickster closed 8 years ago
Thanks for contributing. I was running into a problem during dependency resolution:
Failed to use "ssl_verify_fun" (version 1.1.0) because
hackney (version 1.6.1) requires 1.1.0
You specified ~> 1.1.1 in your mix.exs
** (Mix) Hex dependency resolution failed, relax the version requirements of your dependencies or unlock them (by using mix deps.update or mix deps.unlock). If you are unable to resolve the conflicts you can try overriding with {:dependency, "~> 1.0", override: true}
I solved this by using older version ~> 1.1.0
.
Also now it's possible to pin certificates/public keys.