Skip to content

Commit

Permalink
fix: remove :propcheck from :extra_applications
Browse files Browse the repository at this point in the history
As per https://hexdocs.pm/mix/Mix.Tasks.Compile.App.html, it should be
only for OTP apps which are not listed in deps/0
  • Loading branch information
ahamez committed Nov 2, 2024
1 parent 3d2d3ba commit 173ea1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ defmodule Protox.Mixfile do
[
extra_applications: [
:crypto,
:mix,
:propcheck
:mix
]
]
end
Expand Down

0 comments on commit 173ea1a

Please sign in to comment.