bitwalker / exrm

Automatically generate a release for your Elixir project!
MIT License
923 stars 110 forks source link

Mix.Shell.cmd/2 no longer exists, could we get an update to use the new Mix.Shell.cmd/3? #407

Closed sambigelow closed 6 years ago

sambigelow commented 6 years ago

Here is the error message I am getting:

== Compilation error in file lib/exrm/utils/utils.ex ==
** (CompileError) lib/exrm/utils/utils.ex:6: cannot import Mix.Shell.cmd/2 because it is undefined or private
    (elixir) src/elixir_import.erl:77: :elixir_import.calculate/6
    (elixir) src/elixir_import.erl:18: :elixir_import.import/4
could not compile dependency :exrm, "mix compile" failed. You can recompile this dependency with "mix deps.compile exrm", update it with "mix deps.update exrm" or clean it with "mix deps.clean exrm"

Apologies, I didn't read that this was deprecated.