Skip to content

Commit 3ded858

Browse files
author
José Valim
committed
Remember users umbrella deps are not shared
1 parent aa09b1e commit 3ded858

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,10 @@ defmodule Mix.Tasks.New do
257257
#
258258
# {:mydep, git: "https://github.com/elixir-lang/mydep.git", tag: "0.1"}
259259
#
260-
# Type `mix help deps` for more examples and options
260+
# Type `mix help deps` for more examples and options.
261+
#
262+
# Dependencies listed here are available only for this project
263+
# and cannot be accessed from applications inside the apps folder
261264
defp deps do
262265
[]
263266
end

0 commit comments

Comments
 (0)