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
warning: Mix.Dep.loaded/1 is deprecated. Mix.Dep.loaded/1 was private API and you should not use it
lib/licensir/scanner.ex:35
Failure with 1.9.4:
$ mix licenses
Notice: This is not a legal advice. Use the information below at your own risk.
** (UndefinedFunctionError) function Mix.Dep.loaded/1 is undefined or private
(mix) Mix.Dep.loaded([])
lib/licensir/scanner.ex:27: Licensir.Scanner.scan/0
lib/mix/tasks/licenses.ex:18: Mix.Tasks.Licenses.run/1
(mix) lib/mix/task.ex:331: Mix.Task.run_task/3
(mix) lib/mix/cli.ex:79: Mix.CLI.run_task/2
The text was updated successfully, but these errors were encountered:
Warning shot during
mix deps.compile
with 1.8.2:Failure with 1.9.4:
The text was updated successfully, but these errors were encountered: