Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warning: use Mix.Config is deprecated. #5

Open
RooSoft opened this issue May 19, 2022 · 2 comments
Open

warning: use Mix.Config is deprecated. #5

RooSoft opened this issue May 19, 2022 · 2 comments

Comments

@RooSoft
Copy link

RooSoft commented May 19, 2022

Getting these messages while trying to compile with elixir 1.13.4.

warning: use Mix.Config is deprecated. Use the Config module instead
  config/config.exs:8

warning: use Mix.Config is deprecated. Use the Config module instead
  config/dev.exs:1

It's simple to remove both fo those by replacing those use Mix.Config statements with import Config

@germsvel
Copy link
Owner

Thanks for opening this! I'll open a pull-request to fix this soon.

@RooSoft
Copy link
Author

RooSoft commented May 19, 2022

I can do it if you want....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants