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
Operating system: Windows 11 not using WSL pure Windows
Erlang OTP 27.2.1
Actual behavior
Resolving Hex dependencies...
Resolution completed in 0.02s
New:
phx_new 1.7.19
* Getting phx_new (Hex package)
All dependencies are up to date
Compiling 11 files (.ex)
warning: this clause of defp phoenix_dep/2 is never used
│
471 │ defp phoenix_dep("deps/phoenix", %{pre: ["dev"]}),
│ ~
│
└─ lib/phx_new/generator.ex:471:8: Phx.New.Generator.phoenix_dep/2
warning: Mix.Rebar.rebar_cmd/1 is deprecated. Use rebar_args/2 or available?/1 instead
│
272 │ Mix.Rebar.rebar_cmd(:rebar3)
│ ~
│
└─ lib/mix/tasks/phx.new.ex:272:15: Mix.Tasks.Phx.New.rebar_available?/0
Generated phx_new app
Generated archive "phx_new-1.7.19.ez" with MIX_ENV=prod
Found existing entry: c:/Users/doom/.mix/archives/phx_new-1.7.18
Are you sure you want to replace it with "phx_new-1.7.19.ez"? [Yn] n
Expected behavior
The text was updated successfully, but these errors were encountered:
Thank you for reporting! The rebar_cmd one is already fixed on main, the phoenix_dep is fixed with b1228c4. I also backported to 1.7, so it will be fixed with the next release.
Environment
Actual behavior
Expected behavior
The text was updated successfully, but these errors were encountered: