fields icon indicating copy to clipboard operation
fields copied to clipboard

`warning: Mix.Config.import_config/1 is deprecated`

Open nelsonic opened this issue 2 years ago • 0 comments

Getting these warnings on main:

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

warning: Mix.Config.config/2 is deprecated. Use the Config module instead
  config/test.exs:3

Similar to: https://github.com/dwyl/content/issues/13 ⏳ (top result on Google for this search!) We should fix this on the next release. 🛠️

nelsonic avatar Sep 19 '23 14:09 nelsonic