koudelka / honeydew

Job Queue for Elixir. Clustered or Local. Straight BEAM. Optional Ecto. 💪🍈
MIT License
724 stars 59 forks source link

Fix compiler warnings #128

Open FlorianGerhardt opened 10 months ago

FlorianGerhardt commented 10 months ago

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?