The minimum Elixir version was changed from 1.3 to 1.16 in the 0.2.0 release. This is now resulting in dependency compile warnings for apps that haven't updated to 1.16 yet. I understand going from 1.3 to 1.9 (The version it had a few commits prior to this bumping to 1.16) to reduce support versions, but 1.16 is only a few months old, and many people probably haven't updated yet.
490245c
I've tested back to Elixir 1.9.4/OTP 22 and tests seem to pass with no issues.
Would you consider pushing the Elixir version requirement back a few minor versions?
Thank you!
Example: mix deps.compile now show this:
warning: the dependency :uri_query requires Elixir "~> 1.16" but you are running on v1.15.7
The minimum Elixir version was changed from 1.3 to 1.16 in the 0.2.0 release. This is now resulting in dependency compile warnings for apps that haven't updated to 1.16 yet. I understand going from 1.3 to 1.9 (The version it had a few commits prior to this bumping to 1.16) to reduce support versions, but 1.16 is only a few months old, and many people probably haven't updated yet.
490245c
I've tested back to Elixir 1.9.4/OTP 22 and tests seem to pass with no issues.
Would you consider pushing the Elixir version requirement back a few minor versions?
Thank you!
Example:
mix deps.compilenow show this: