-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Code improvement description
We had to hold back the Hex package manager to 1.0.1
in #6006 due to compiler errors, for example https://github.com/dependabot/dependabot-core/actions/runs/3363786929/jobs/5577382297:
** (CompileError) check_update.exs:77: Hex.Version.InvalidRequirementError.__struct__/0 is undefined
- At some point we need to update
Hex
to2.0.0
and fix that compiler error. - Going forward, even after the upgrade we should probably continue to pin
Hex
to avoid these unexpected surprises. - We should also move where it's pinned to a more intuitive location: fix hex native helpers: v2.0.0 removed Hex.Version.InvalidRequirementError #6006 (comment)