Phoenix 1.4.0 released!

I updated the phoenix package, but now phoenix_live_reload has mix deps.get errors.

Failed to use "phoenix" (version 1.4.0-rc.0) because
  phoenix_live_reload (version 1.1.5) requires ~> 1.0 or ~> 1.2 or ~> 1.3 *
  mix.exs specifies ~> 1.4.0-rc

* This requirement does not match pre-releases. To match pre-releases include a pre-release in the requirement, such as: "~> 2.0-beta".

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

How can I address this @chrismccord?

I’m following this gist: Phoenix 1.3.x to 1.4.0 Upgrade Guides · GitHub

1 Like