While use this in our Elixir 1.16 repository I noticed this deprecation warning. I am not sure whether it is ok to update the elixir version. If it is not I can change the code to use System.version/0 to check whether to use warn/1 or warning/1 (introduced in Elixir 1.11).
While use this in our Elixir 1.16 repository I noticed this deprecation warning. I am not sure whether it is ok to update the elixir version. If it is not I can change the code to use
System.version/0
to check whether to usewarn/1
orwarning/1
(introduced in Elixir 1.11).