stavro / arc

:paperclip: Flexible file upload and attachment library for Elixir
1.16k stars 210 forks source link

Update ex_aws to version from "2.0" to "2.1" #270

Open arjun289 opened 5 years ago

arjun289 commented 5 years ago

ex_aws "2.0" has a dependency for xml_builder "0.1.0" which is removed in the latest version "2.1". Not updating this generates errors on dependencies, if some other library uses the latest version of xml_builder which is "2.1".

Can we update the version for "ex_aws" in arc from "2.0" -> "2.1.0"?

Environment