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

Downgrade jason version from 1.2.2 to 1.0 #24

Open
nelsonic opened this issue Oct 18, 2022 · 1 comment
Open

Downgrade jason version from 1.2.2 to 1.0 #24

nelsonic opened this issue Oct 18, 2022 · 1 comment

Comments

@nelsonic
Copy link
Member

Seeing this error when attempting to install dependencies in auth:

image

Basically, hex is being suuuuuuper annoying with the dependency resolution.
see: dwyl/learn-elixir#182

rbac/mix.exs

Line 37 in 5ee0de4

{:jason, "~> 1.3.0"},

The "fix" appears to be to remove the final point of precision in the dependency version.
e.g: https://github.com/dwyl/elixir-auth-github/blob/main/mix.exs#L44

 {:jason, "~> 1.2"},
@nelsonic nelsonic self-assigned this Oct 18, 2022
@nelsonic nelsonic changed the title Downgrade the jason version from 1.2.2 to 1.2 Upgrade jason version from 1.2.2 to 1.4 Oct 18, 2022
nelsonic added a commit that referenced this issue Oct 18, 2022
@nelsonic nelsonic changed the title Upgrade jason version from 1.2.2 to 1.4 Downgrade jason version from 1.2.2 to 1.0 Oct 18, 2022
@nelsonic
Copy link
Member Author

Package published to https://hex.pm/packages/rbac/1.0.2 📦

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

No branches or pull requests

1 participant