Skip to content

Commit 3eb4f66

Browse files
authored
Merge pull request #26 from aws-beam/include-hex-plugin
Include hex plugin
2 parents 574e0fa + 39c4950 commit 3eb4f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{erl_opts, [debug_info]}.
22
{deps, []}.
3-
{project_plugins, [rebar3_ex_doc]}.
3+
{project_plugins, [rebar3_hex, rebar3_ex_doc]}.
44

55
{ex_doc, [
66
{extras, [<<"CHANGELOG.md">>, <<"LICENSE">>]},

0 commit comments

Comments
 (0)