honeydew icon indicating copy to clipboard operation
honeydew copied to clipboard

Fix compiler warnings

Open FlorianGerhardt opened this issue 1 year ago • 0 comments

Logger.warn has been deprecated in favour of Logger.warning

use Mix.Config has been deprecated in favour of import Config

The compiler warned about missing parentheses inside keywords, this has also been fixed here.

Maybe we can also update the elixir and erlang version in .tools-version and update the compatible elixir version in mix.exs?

FlorianGerhardt avatar Jan 09 '24 14:01 FlorianGerhardt