Skip to content

Commit

Permalink
Merge pull request #225 from iToXiQ/master
Browse files Browse the repository at this point in the history
chore: removed redundant application declaration
  • Loading branch information
evnu authored Mar 15, 2024
2 parents af61cf1 + 63b91d8 commit 8424594
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 @@ -59,9 +59,8 @@ defmodule PropCheck.Mixfile do
# Type `mix help compile.app` for more information
def application do
[
applications: [:logger, :proper, :libgraph],
mod: {PropCheck.App, []},
extra_applications: [:iex]
extra_applications: [:iex, :logger]
]
end

Expand Down

0 comments on commit 8424594

Please sign in to comment.