Skip to content

Commit

Permalink
Use tags for release
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Aug 18, 2020
1 parent a1b29e0 commit 573a271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{xref_checks, [undefined_function_calls]}.
{deps, [
{lager, {git, "git://github.com/erlang-lager/lager.git", {tag, "3.8.0"}}},
{eleveldb, {git, "git://github.com/basho/eleveldb.git", {branch, "develop-3.0"}}}
{eleveldb, {git, "git://github.com/basho/eleveldb.git", {tag, "riak_kv-3.0.0"}}}
]}.

{plugins, [{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}}, pc]}.
Expand Down

0 comments on commit 573a271

Please sign in to comment.