From 5f8cdedb86b7a26e6dcb92e870cfce75a5173274 Mon Sep 17 00:00:00 2001 From: Alexandre Costa Date: Wed, 7 Aug 2019 15:09:35 -0700 Subject: [PATCH] bugfix for `(Mix) :combine is listed both as a regular application and as an included application` --- mix.exs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index b824a4c..4c13b44 100644 --- a/mix.exs +++ b/mix.exs @@ -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