dwyl / mvp

📲 simplest version of the @dwyl app
https://mvp.fly.dev
GNU General Public License v2.0
84 stars 2 forks source link

Chore: Update `deps` #226

Closed nelsonic closed 1 year ago

nelsonic commented 1 year ago

As noted in https://github.com/dwyl/mvp/pull/225#issuecomment-1336039484 our deps are out-of-sync. Specifically:

Failed to use "envar" (version 1.1.0) because
  auth_plug (version 1.5.1) requires ~> 1.1.0
  fields (version 2.10.3) requires ~> 1.0.8
  mix.exs specifies ~> 1.1.0

So it looks like I need to update fields first. 🙄 But going to work on https://github.com/dwyl/envar/issues/42 and then update everywhere. 👌 BRB!

nelsonic commented 1 year ago

Fixed and now @dependabot updates should work too. #258 👍