4
0
Fork 0

Merge pull request #35 from timjp87/master

Add ExthCrypto as explicit dependency
pull/38/head 0.4.3
Harley Swick 6 years ago committed by GitHub
commit 572ff5b284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      mix.exs

@ -39,6 +39,7 @@ defmodule ExW3.MixProject do
[
{:ex_doc, ">= 0.0.0", only: :dev},
{:ethereumex, "~> 0.4.0"},
{:exth_crypto, "~> 0.1.6"},
{:abi, "~> 0.1.8"},
{:dialyxir, "~> 1.0.0-rc.5", only: [:dev], runtime: false},
{:poison, "~> 4.0.1"}

Loading…
Cancel
Save