Skip to content

Commit

Permalink
use Poison only in test env (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitarvp authored Oct 23, 2021
1 parent a68bf64 commit df5f2ed
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 @@ -34,7 +34,7 @@ defmodule Eth.Mixfile do
{:hexate, "~> 0.6.1"},
{:ex_keccak, "~> 0.2.0"},
{:mnemonic, "~> 0.3.0"},
{:poison, "~> 5.0.0"},
{:poison, "~> 5.0.0", only: :test},
{:ex_secp256k1, "~> 0.2.1"},
]
end
Expand Down

0 comments on commit df5f2ed

Please # to comment.