ex-aws / ex_aws_sts

13 stars 31 forks source link

Update dependencies - ExAws 2.1 #7

Closed samfrench closed 3 years ago

samfrench commented 5 years ago

This updates the dependencies and uses ExAws 2.1 as the ExAws ReadMe specifies 2.1 and using this in applications causes a dependency issue: https://github.com/ex-aws/ex_aws/blob/master/README.md#exaws

mix deps.update --all

Resolving Hex dependencies...

Failed to use "ex_aws" (versions 2.1.0 and 2.1.1) because
  ex_aws_sts (version 2.0.0) requires ~> 2.0.0
  mix.exs specifies ~> 2.1

** (Mix) Hex dependency resolution failed, change 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}
vanetix commented 4 years ago

Hey @samfrench - is this still an issue? I was unable reproduce this in a test repo (I have a project with an explicit override and was able to remove it and all was well). I'm not sure what might have changed?

vanetix commented 3 years ago

Going to go ahead and close this since it's stale.