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

Upgrade elixir version to 1.7.4 #23

Merged
merged 3 commits into from
May 7, 2024

Conversation

kousikmitra
Copy link
Contributor

  1. Upgrade elixir version to 1.7.4
  2. Update logger_file_backend to 0.0.11
warning: the GenEvent module is deprecated, see its documentation for alternatives
  lib/logger_file_backend.ex:5

warning: GenEvent.__using__/1 is deprecated. Use one of the alternatives described in the documentation for the GenEvent module
  lib/logger_file_backend.ex:5
  1. Update retry to 0.11.2
    retry api got changed from 0.10.0, for more details -> https://github.com/safwank/ElixirRetry/tree/v0.11.2
warning: found quoted keyword "credo" but the quotes are not required. Note that keywords are always atoms, even when quoted, and quotes should only be used to introduce keywords with foreign characters in them
  /Users/kousik/Documents/flume/deps/retry/mix.exs:18

warning: found quoted keyword "commit" but the quotes are not required. Note that keywords are always atoms, even when quoted, and quotes should only be used to introduce keywords with foreign characters in them
  /Users/kousik/Documents/flume/deps/retry/mix.exs:20

warning: found quoted keyword "commit" but the quotes are not required. Note that keywords are always atoms, even when quoted, and quotes should only be used to introduce keywords with foreign characters in them
  /Users/kousik/Documents/flume/deps/retry/mix.exs:23

@vasuadari
Copy link
Collaborator

Reason we don't change elixir version for a library because we want to support apps which are in lower version. Upgrading elixir would mean that we may have to release a major version. @nitinstp23 what do you think?

@vasuadari vasuadari merged commit 2a985da into scripbox:master May 7, 2024
0 of 2 checks passed
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.

None yet

2 participants