From 47c6f3ddc682fdb1d55fab6e0f164f29b91fa8af Mon Sep 17 00:00:00 2001 From: pleromian Date: Fri, 21 Jun 2024 00:41:09 +0200 Subject: [PATCH] poison is used only in tests --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 302f8b959..267070c81 100644 --- a/mix.exs +++ b/mix.exs @@ -151,7 +151,6 @@ defp deps do {:html_entities, "~> 0.5", override: true}, {:calendar, "~> 1.0"}, {:cachex, "~> 3.2"}, - {:poison, "~> 3.0", override: true}, {:tesla, "~> 1.8.0"}, {:castore, "~> 0.1"}, {:cowlib, "~> 2.9", override: true}, @@ -204,6 +203,7 @@ defp deps do ## dev & test {:phoenix_live_reload, "~> 1.3.3", only: :dev}, + {:poison, "~> 3.0", only: :test}, {:ex_doc, "~> 0.22", only: :dev, runtime: false}, {:ex_machina, "~> 2.4", only: :test}, {:credo, "~> 1.6", only: [:dev, :test], runtime: false},