Skip to content

Commit 3406008

Browse files
committed
Add inets and tools applications so dialyzer succeeds when Erlang >= 26
1 parent abd0629 commit 3406008

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/p1_utils.app.src

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
{applications, [
88
kernel,
99
stdlib,
10+
inets,
11+
tools,
1012
compiler,
1113
crypto
1214
]},

0 commit comments

Comments
 (0)