Skip to content

Commit

Permalink
chore: propcheck is not required at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Oct 4, 2024
1 parent 400c8a7 commit 2f41189
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ defmodule Protox.Mixfile do
[
extra_applications: [
:crypto,
:mix
:mix,
:propcheck
]
]
end
Expand Down

0 comments on commit 2f41189

Please sign in to comment.