Skip to content

Commit

Permalink
Update to tagged dep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Dec 22, 2020
1 parent 1f0a8f1 commit d340aee
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 @@ -9,7 +9,7 @@
{xref_checks,[undefined_function_calls,undefined_functions,locals_not_used]}.

{deps, [
{riak_core, ".*", {git, "git://github.com/basho/riak_core.git", {branch, "develop-3.0"}}}
{riak_core, ".*", {git, "git://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.2"}}}
]}.

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

0 comments on commit d340aee

Please sign in to comment.