fs
fs copied to clipboard
mix_rebar3 elixir version
As mentioned in PR https://github.com/dominicletz/mix_rebar3/pull/1, mix_rebar3 package, a dependency of fs, is forcing the use of version 1.11 when version 1.10 can be fully supported by it.
What exact changes in mix.exs
or rebar.config
you expect to have?
I am using the fs for rystiyo/sync
Erlang project. It used work well till 6.9.0. With 6.12.0 I am seeing these errors:
===> Compiling mix_rebar3
===> Error building application mix_rebar3:
No project builder is configured for type mix
Any workaround for Erlang folks?