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. Use the Config module instead #13

Closed
1 task done
nelsonic opened this issue Apr 30, 2022 · 1 comment
Closed
1 task done

Comments

@nelsonic
Copy link
Member

nelsonic commented Apr 30, 2022

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

Lame.

  • Fix it
@nelsonic nelsonic self-assigned this Apr 30, 2022
@nelsonic nelsonic added this to More ToDo ThanCanEver Be Done in Nelson's List via automation Apr 30, 2022
@nelsonic nelsonic moved this from More ToDo ThanCanEver Be Done to In progress in Nelson's List Apr 30, 2022
@nelsonic
Copy link
Member Author

Basically replace:

use Mix.Config

With:

import Config

Easy fix.

Read: https://hexdocs.pm/elixir/1.12/Config.html

@nelsonic nelsonic moved this from In progress to Awaiting Feedback/Review in Nelson's List Apr 30, 2022
Nelson's List automation moved this from Awaiting Feedback/Review to Done Jun 10, 2022
nelsonic added a commit to dwyl/elixir-auth-microsoft that referenced this issue Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Nelson's List
  
Done
Development

No branches or pull requests

1 participant