Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve compilation warnings for Elixir v1.15+ #53

Merged
merged 1 commit into from
Jan 2, 2024
Merged

Resolve compilation warnings for Elixir v1.15+ #53

merged 1 commit into from
Jan 2, 2024

Conversation

mstibbard
Copy link
Contributor

Changes

Resolved the compilation warnings about deprecated function usage:

  • Logger.warn/1 was deprecated in Elixir v1.15 and replaced with Logger.warning/2.

Notes

This library doesn't specify what versions of Elixir it works with -- if this PR is merged then it will require Elixir v1.11 or above.

@fuelen fuelen merged commit 001f42c into fuelen:main Jan 2, 2024
@fuelen
Copy link
Owner

fuelen commented Jan 2, 2024

Thank you!

This library doesn't specify what versions of Elixir it works with -- if this PR is merged then it will require Elixir v1.11 or above.

Elixir version is specified here

elixir: "~> 1.12",

@mstibbard
Copy link
Contributor Author

You are welcome! Good point, this is why I shouldn't write PRs (even simple ones) at night haha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants