Skip to content

fix: update jido_signal lock for OTP 29#294

Merged
mikehostetler merged 1 commit into
mainfrom
fix/jido-signal-2-2-1
Jun 2, 2026
Merged

fix: update jido_signal lock for OTP 29#294
mikehostetler merged 1 commit into
mainfrom
fix/jido-signal-2-2-1

Conversation

@mikehostetler

Copy link
Copy Markdown
Contributor

Summary

  • update jido_signal in mix.lock from 2.2.0 to 2.2.1
  • remove the now-unused memento lock entry
  • keep the existing {:jido_signal, "~> 2.2"} requirement unchanged because it already admits 2.2.1

Hex API confirms jido_signal 2.2.1 was published on 2026-06-02 and no longer lists memento as a dependency.

Closes #293

Verification

  • mix deps.get --locked
  • mix test
  • mix q

Note: local verification ran on Erlang/OTP 28 with Elixir 1.19.5; this PR removes the memento dependency path that caused the reported OTP 29 compile failure.

@mikehostetler mikehostetler merged commit 4eb95fd into main Jun 2, 2026
17 checks passed
@mikehostetler mikehostetler deleted the fix/jido-signal-2-2-1 branch June 2, 2026 16:28
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.

OTP 29 compile fails via jido_signal's memento 0.5 dependency

1 participant