Merge pull request #1096 from poanetwork/ams-fix-iex-dependency

Add `dev` dependency to cowboy in the `ethereum_jsonrpc` app
pull/1100/head
Amanda 6 years ago committed by GitHub
commit 122829a8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/ethereum_jsonrpc/mix.exs

@ -61,7 +61,7 @@ defmodule EthereumJsonrpc.MixProject do
# CACerts bundle for `EthereumJSONRPC.WebSocket.WebSocketClient`
{:certifi, "~> 2.3"},
# WebSocket-server for testing `EthereumJSONRPC.WebSocket.WebSocketClient`.
{:cowboy, "~> 1.1", only: :test},
{:cowboy, "~> 1.1", only: [:dev, :test]},
# Style Checking
{:credo, "0.10.2", only: [:dev, :test], runtime: false},
# Static Type Checking

Loading…
Cancel
Save