dashbitco / broadway_dashboard

Keep track of your Broadway pipelines from Phoenix LiveDashboard
https://elixir-broadway.org/
Apache License 2.0
220 stars 17 forks source link

Update deps and fix 2 warnings #34

Open vanjacosic opened 4 months ago

vanjacosic commented 4 months ago

I ran tests and mix dev multiple times and everything seems to work, but please double check 😅

philss commented 4 months ago

@vanjacosic thanks for this! I think we need to bump the minimum Elixir version for this to work. Can you take a look?

vanjacosic commented 4 months ago

@philss Done 😊

Macro.Env.lookup_import/2 was introduced in 1.13, so I tested with locally with Elixir 1.13.4 and Erlang 24.3.4.17 and that worked. So I bumped the minimum to 1.13, which also brings this project in line with phoenix_live_view, floki and ex_doc.