dnsimple / erldns

DNS server, in Erlang.
MIT License
402 stars 98 forks source link

Specify revisions in rebar dependencies #69

Closed wgslr closed 6 years ago

wgslr commented 7 years ago

Currently most of rebar dependencies in rebar.config do not have specified revision nor tag. Therefore sudden change in any of those dependencies might brake the erl-dns package and any other packages using it. Please specify those versions in every dependency.

aeden commented 6 years ago

I've specified them as master in cases where they were missing. If it becomes an issue to tie them to master then I'll start freezing to tags where necessary and possible.