Skip to content

Commit

Permalink
Merge pull request #15 from rabbitmq/add-erts-to-dependencies
Browse files Browse the repository at this point in the history
horus.app: Add `erts` to application dependencies
  • Loading branch information
dumbbell authored Aug 21, 2023
2 parents 38dafa8 + 6136414 commit 47b4295
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/horus.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
%% Pay attention to links in particular.
{vsn, "0.2.3"},
{applications,
[kernel,
[erts,
kernel,
stdlib,
compiler,
tools %% To support cover-compiled modules.
Expand Down

0 comments on commit 47b4295

Please sign in to comment.