You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:The text was updated successfully, but these errors were encountered: