5HT / fs

📁 FS: Windows, Linux, Mac Driver
https://fs.n2o.dev
Other
237 stars 69 forks source link

mix_rebar3 elixir version #67

Open hurrycaner opened 3 years ago

hurrycaner commented 3 years ago

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.

5HT commented 3 years ago

What exact changes in mix.exs or rebar.config you expect to have?

vasu-dasari commented 3 years ago

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?