Doing a Phoenix run, I'm seeing it exit out with the following error:
Setup phoenix: == Compilation error on file lib/plug/crypto/message_encryptor.ex ==
Setup phoenix: ** (CompileError) lib/plug/crypto/message_encryptor.ex:307: function '<-'/2 undefined
Setup phoenix: (stdlib) lists.erl:1337: :lists.foreach/2
Setup phoenix: (stdlib) erl_eval.erl:669: :erl_eval.do_apply/6
Setup phoenix:
Setup phoenix: could not compile dependency :plug, "mix compile" failed. You can recompile this dependency with "mix deps.compile plug", update it with "mix deps.update plug" or clean it with "mix deps.clean plug"