Skip to content

Commit

Permalink
Merge pull request #17 from eteubert/master
Browse files Browse the repository at this point in the history
This fixes an error when building under Mix 1.9.0. See:
* a5fb55b#commitcomment-20730235
* elixir-lang/elixir#9163 (comment) 

Closes #12, #14, #15, #16.
  • Loading branch information
ajvondrak authored Aug 20, 2019
2 parents 827762a + 1be162e commit d1e5e51
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 @@ -12,8 +12,7 @@ defmodule RemoteIp.Mixfile do
end

def application do
[applications: [:plug],
included_applications: [:combine, :inet_cidr]]
[applications: [:plug, :combine, :inet_cidr]]
end

defp description do
Expand Down

0 comments on commit d1e5e51

Please sign in to comment.