randycoulman / mix_test_interactive

Interactive watch mode for Elixir's mix test. https://hexdocs.pm/mix_test_interactive/
MIT License
73 stars 12 forks source link

⬇️ Allow file_system 0.3 #81

Closed randycoulman closed 7 months ago

randycoulman commented 7 months ago

In #72, we upgraded to file_system 1.0. However, popular libraries like phoenix_live_reload still depend on v0.3, which results in a version conflict.

Because this libarary works with either version, we can safely loosen the version specification to avoid conflicts in client projects.