From 745a76ed0fcc61efdacb068328d66ee1484e70f2 Mon Sep 17 00:00:00 2001 From: Alexandre Hamez Date: Fri, 4 Oct 2024 09:30:08 +0200 Subject: [PATCH] fix: Poison available in all env --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 1cf9e25..7592ae1 100644 --- a/mix.exs +++ b/mix.exs @@ -47,7 +47,7 @@ defmodule Protox.Mixfile do {:excoveralls, "~> 0.13", only: [:test], runtime: false}, {:ex_doc, "~> 0.22", only: [:dev], runtime: false}, {:jason, "~> 1.2", optional: true}, - {:poison, "~> 4.0 or ~> 5.0 or ~> 6.0", only: [:test, :dev], optional: true}, + {:poison, "~> 4.0 or ~> 5.0 or ~> 6.0", optional: true}, {:propcheck, github: "alfert/propcheck", ref: "c564e89d", only: [:test, :dev]} ] |> maybe_add_muzak_pro()