Skip to content

Sync mix.lock with req ~> 0.7 constraint - #149

Merged
bbangert merged 1 commit into
mainfrom
fix/req-lockfile-sync
Aug 5, 2026
Merged

Sync mix.lock with req ~> 0.7 constraint#149
bbangert merged 1 commit into
mainfrom
fix/req-lockfile-sync

Conversation

@bbangert

@bbangert bbangert commented Aug 5, 2026

Copy link
Copy Markdown
Owner

PR #145 bumped the req constraint in mix.exs to ~> 0.7 but didn't update mix.lock (still pinned 0.6.2). CI stayed green because mix deps.get silently re-resolves the unsatisfied lock entry on every run — but local builds fail with "the dependency does not match the requirement", and the lockfile no longer pins what actually ships. This locks req 0.7.2.

Verified: mise run test 930 passed, dialyzer clean.

🤖 Generated with Claude Code

PR #145 bumped the mix.exs constraint without the lockfile, so mix
deps.get silently re-resolved req on every CI run while local builds
refused to compile. Locks req 0.7.2.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@bbangert
bbangert merged commit 97a57c8 into main Aug 5, 2026
6 checks passed
@bbangert
bbangert deleted the fix/req-lockfile-sync branch August 5, 2026 22:22
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.

1 participant