From a45233c4fc645b692ea134b58014ed6844bf9e2f Mon Sep 17 00:00:00 2001 From: Ricardo Hermida Ruiz Date: Thu, 11 Feb 2021 14:56:08 -0300 Subject: Bump exdocs and depend formally on poison --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mix.exs') diff --git a/mix.exs b/mix.exs index f0d79d9..fdab96a 100644 --- a/mix.exs +++ b/mix.exs @@ -15,7 +15,7 @@ defmodule PowerDNSex.Mixfile do end def application do - [applications: [:logger, :httpoison, :poolboy], mod: {PowerDNSex, []}] + [applications: [:logger, :poison, :httpoison, :poolboy], mod: {PowerDNSex, []}] end defp deps do -- cgit v1.2.3