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: variable "deps" does not exist and is being expanded to "deps()", please use parentheses to remove the ambiguity or change the variable name
/app/deps/dotenv/mix.exs:8
warning: variable "find_env_path" does not exist and is being expanded to "find_env_path()", please use parentheses to remove the ambiguity or change the variable name
lib/dotenv.ex:145
warning: Dict.merge/2 is deprecated. Use the Map module for working with maps or the Keyword module for working with keyword lists
lib/dotenv.ex:114
warning: HashDict.get/3 is deprecated. Use maps and the Map module instead
Found at 2 locations:
lib/dotenv/env.ex:14
lib/dotenv/env.ex:18
warning: HashDict.new/0 is deprecated. Use maps and the Map module instead
| Found at 3 locations:
lib/dotenv.ex:118
lib/dotenv.ex:127
lib/dotenv/env.ex:3
warning: HashDict.put/3 is deprecated. Use maps and the Map module instead
lib/dotenv.ex:131
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: