Skip to content

Commit

Permalink
Update mix.exs (#73)
Browse files Browse the repository at this point in the history
telemetry is not optional fix
  • Loading branch information
Ino Murko authored May 27, 2020
1 parent 5751e3f commit 1aea115
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 @@ -42,7 +42,7 @@ defmodule Ethereumex.Mixfile do
{:ex_doc, "~> 0.21", only: :dev, runtime: false},
{:dialyxir, "~> 1.0", only: [:dev, :test], runtime: false},
{:poolboy, "~> 1.5.1"},
{:telemetry, "~> 0.4", optional: true}
{:telemetry, "~> 0.4"}
]
end
end

0 comments on commit 1aea115

Please sign in to comment.