Skip to content

Commit

Permalink
Change api domain value to binary in rebar3_hex_user (#242)
Browse files Browse the repository at this point in the history
* Change api domain value to binary in rebar3_hex_user

The domain value for write permissions should be a binary vs an atom.

* Ignore some functions temporarily and bump hex_core to 0.8.2 in test
  • Loading branch information
starbelly committed Jun 20, 2021
1 parent bffe059 commit 95beda1
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 @@ -16,7 +16,7 @@
{test, [
{extra_src_dirs, ["test/support"]},
{overrides, [{override, rebar3,[{deps, [{erlware_commons, "1.3.1"}]}]}]},
{deps, [{hex_core, "0.7.1"},
{deps, [{hex_core, "0.8.2"},
{erlware_commons, "1.5.0"}, {elli, "3.3.0"},
{jsone, "1.5.3"}, {meck, "0.9.0"}]},
{erl_opts, [nowarn_export_all]}
Expand Down

0 comments on commit 95beda1

Please sign in to comment.