stavro / arc_ecto

An integration with Arc and Ecto.
255 stars 149 forks source link

Update mix.exs for current arc version #46

Closed neuroradiology closed 8 years ago

neuroradiology commented 8 years ago

When doing mix hex.build with current version, I get a hex versioning error:

Failed to use "arc" because arc_ecto (version 0.4.4) requires ~> 0.5.3 Locked to 0.6.0-rc1 in your mix.lock

** (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}

joshsmith commented 8 years ago

Would love to see this. Was just about to open this PR if it didn't exist.

lessless commented 8 years ago

@stavro can you please merge this?