danschultzer / phoenix_oauth2_provider

Get an OAuth 2 provider running in your phoenix with controllers, views and models in just two minutes
MIT License
84 stars 41 forks source link

Mix dependencies needs updating #44

Open dagumak opened 2 years ago

dagumak commented 2 years ago

This is the error I received after running mix deps.get

Failed to use "phoenix_html" (version 3.1.0) because
  phoenix_ecto (version 4.4.0) requires ~> 2.14.2 or ~> 3.0
  phoenix_live_view (version 0.16.4) requires ~> 3.0
  phoenix_oauth2_provider (version 0.5.1) requires ~> 2.0
  pow (version 1.0.26) requires >= 2.0.0 and < 4.0.0
  mix.lock specifies 3.1.0

** (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}
fastjames commented 2 years ago

I have opened https://github.com/danschultzer/ex_oauth2_provider/pull/96 as the first step in updating these dependencies.

filipecabaco commented 1 year ago

Made a PR that helps bump the dependencies without the need to update ex_oauth_provider for now https://github.com/danschultzer/phoenix_oauth2_provider/pull/46