Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix latest commanded_eventstore_adapter version
Newcomers might be surprised that version mentioned in README is not compatible with latest commanded ;) `0.3` breaks with commanded `0.17` with runtime exception: ``` ** (UndefinedFunctionError) function Commanded.EventStore.Adapters.EventStore.subscribe/1 is undefined or private (commanded_eventstore_adapter) Commanded.EventStore.Adapters.EventStore.subscribe("1") (commanded) lib/commanded/registration/registration.ex:149: Commanded.Aggregates.Aggregate.handle_cast/2 (stdlib) gen_server.erl:637: :gen_server.try_dispatch/4 (stdlib) gen_server.erl:711: :gen_server.handle_msg/6 (stdlib) proc_lib.erl:249: :proc_lib.init_p_do_apply/3 Last message: {:"$gen_cast", :subscribe_to_events} ```
- Loading branch information