File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -157,13 +157,17 @@ defmodule Mix.Tasks.Deps do
157
157
158
158
### Path options (`:path`)
159
159
160
- * `:path` - the path for the dependency
160
+ * `:path` - the path for the dependency
161
161
* `:in_umbrella` - when `true`, sets a path dependency pointing to
162
162
`"../#{app}"`, sharing the same environment as the current application
163
163
164
164
### Hex options (`:hex`)
165
165
166
- See the [Hex usage documentation](https://hex.pm/docs/usage) for Hex options.
166
+ * `:hex` - the name of the package, which defaults to the application name
167
+ * `:repo` - the repository to fetch the package from, used by remote or
168
+ private repositories. Defaults to the global "hexpm" repository
169
+ * `:warn_if_outdated` - warn if there is a more recent version of the package
170
+ published to Hex.pm
167
171
168
172
## Deps task
169
173
You can’t perform that action at this time.
0 commit comments