Fixes deps order in main application

This commit is contained in:
Aleksey Kashapov 2024-07-19 17:47:51 +03:00
parent 541dd5ef11
commit c7f6afc564
No known key found for this signature in database
GPG Key ID: E7A24E92707DA3D0
2 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,8 @@
genlib,
pm_proto,
cowboy,
prometheus,
prometheus_cowboy,
woody,
scoper, % should be before any scoper event handler usage
gproc,

View File

@ -5,8 +5,6 @@
{applications, [
kernel,
stdlib,
prometheus,
prometheus_cowboy,
woody,
pm_proto
]}