Skip to content

Commit

Permalink
fix: Poison available in all env
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Oct 4, 2024
1 parent 9e79bde commit 745a76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 745a76e

Please sign in to comment.