Skip to content

Commit

Permalink
Us syslogger main
Browse files Browse the repository at this point in the history
Otherwise will not compile (OSX)
  • Loading branch information
martinsumner committed May 31, 2022
1 parent 98d5de2 commit fc9b739
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 @@
{eunit_opts, [nowarn_export_all, verbose]}.

{deps, [
{syslogger, {git, "https://github.com/basho/syslogger", {branch, "master"}}},
{syslogger, {git, "https://github.com/basho/syslogger", {branch, "main"}}},
{cluster_info, {git, "https://github.com/basho/cluster_info", {branch, "develop"}}},
{riak_kv, {git, "https://github.com/basho/riak_kv", {branch, "develop"}}},
{riak_auth_mods, {git, "https://github.com/basho/riak_auth_mods", {branch, "develop"}}},
Expand Down

0 comments on commit fc9b739

Please sign in to comment.