Skip to content

Commit

Permalink
mnemonic & telemetry upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Dec 8, 2020
1 parent 2709640 commit ec57482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ defmodule Eth.Mixfile do
{:dialyxir, "~> 1.0.0", only: [:dev], runtime: false},
{:hexate, "~> 0.6.1"},
{:ex_keccak, "~> 0.1.2"},
{:mnemonic, "~> 0.2.1"},
{:mnemonic, "~> 0.2.2"},
{:poison, "~> 4.0.1"},
{:libsecp256k1, "~> 0.1.10"},
{:telemetry, "~> 0.4"}
{:telemetry, "~> 0.4.2"}
]
end

Expand Down

0 comments on commit ec57482

Please # to comment.