Skip to content

Commit

Permalink
Update rebar.config
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Jan 18, 2023
1 parent 524b76d commit 556cc34
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, "https://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.12"}}}
{riak_core, ".*", {git, "https://github.com/basho/riak_core.git", {branch, "develop-3.0"}}}
]}.

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

0 comments on commit 556cc34

Please sign in to comment.