yuce / teacup_nats

Teacup based NATS client for Erlang
Apache License 2.0
17 stars 9 forks source link

Missing rebar3_hex repository required in teacup_nats #11

Closed kudlatykaskader closed 7 years ago

kudlatykaskader commented 7 years ago

Hello! There is missing repository, and plugin defined in teacup_nats rebar.config file cannot be downloaded

===> Verifying dependencies... ===> Fetching rebar3_hex ({git,"https://github.com/yuce/rebar3_hex.git", {branch,"add-notice-file-to_defaults"}}) ===> Plugin {rebar3_hex,{git,"https://github.com/yuce/rebar3_hex.git", {branch,"add-notice-file-to_defaults"}}} not available. It will not be used.

yuce commented 7 years ago

Thanks!

Removed that plugin and updated the package to 0.4.1: https://hex.pm/packages/teacup_nats/0.4.1 Can you give it a try ?

kudlatykaskader commented 7 years ago

Yes, it works now, thanks for update :)