Skip to content

Commit b2329d1

Browse files
authored
Use explicit call for deps()
1 parent 88b3e86 commit b2329d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/new.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ defmodule Mix.Tasks.New do
251251
elixir: "~> <%= @version %>",
252252
build_embedded: Mix.env == :prod,
253253
start_permanent: Mix.env == :prod,
254-
deps: deps]
254+
deps: deps()]
255255
end
256256
257257
# Configuration for the OTP application

0 commit comments

Comments
 (0)