We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79bdd5 commit 773d4b0Copy full SHA for 773d4b0
lib/mix/lib/mix/deps.ex
@@ -269,7 +269,7 @@ defmodule Mix.Deps do
269
def format_status(Mix.Dep[app: app, status: { :overriden, other }] = dep) do
270
"the dependency #{app} in #{Path.relative_to_cwd(dep.from)} is overriding a child dependency:\n" <>
271
"#{dep_status(dep)}#{dep_status(other)}" <>
272
- "\n Specify one in your #{inspect Mix.Project.get} deps and set `override: true`"
+ "\n Ensure they match or specify one in your #{inspect Mix.Project.get} deps and set `override: true`"
273
end
274
275
def format_status(Mix.Dep[status: { :unavailable, _ }]),
0 commit comments