elixirkoans / elixir-koans

Elixir learning exercises
MIT License
2.22k stars 599 forks source link

fix(config): replace deprecated Mix.Config by Config #280

Closed gpouilloux closed 1 year ago

gpouilloux commented 1 year ago
➜  elixir-koans git:(master) mix deps.get
warning: use Mix.Config is deprecated. Use the Config module instead
  config/config.exs:1

Mix.Config is deprecated (see here)

iamvery commented 1 year ago

Thank you! Looks like there's another, unrelated issue with the build.