Skip to content

Commit

Permalink
Add dialyzer to test env
Browse files Browse the repository at this point in the history
  • Loading branch information
alisinabh committed Sep 3, 2023
1 parent de9e273 commit ef75d3e
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 @@ -76,7 +76,7 @@ defmodule Ethers.MixProject do
defp deps do
[
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.3", only: [:dev], runtime: false},
{:dialyxir, "~> 1.3", only: [:dev, :test], runtime: false},
{:ethereumex, "~> 0.10.3"},
{:ex_abi, "~> 0.6.0"},
{:ex_doc, "~> 0.30.1", only: :dev, runtime: false},
Expand Down

0 comments on commit ef75d3e

Please sign in to comment.