You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this is a bug. We will need to look deeper but mix deps.update should download the dependency, no? So we should be able to look into it and see that it is a [:mix] thingy?
Elixir and Erlang/OTP versions
Erlang/OTP 27 [erts-15.1.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns]
Elixir 1.17.3 (compiled with Erlang/OTP 27)
Operating system
Linux
Current behavior
Hey there 👋
Add a dependency to
mix.exs
that has at least one package dependency. Example usedmint
, which depends only onhpax
.Actual behaviour
mix.lock
is updated and the[:mix]
manager value is removed forhpax
.Expected behavior
Either
mix.lock
mix deps.update
should not be run ifdeps/
not populated?The text was updated successfully, but these errors were encountered: