update deps

This commit is contained in:
Eishun Kondoh 2018-07-28 17:16:59 +09:00
parent bc4e18a411
commit 82867b2ac4
3 changed files with 7 additions and 4 deletions

View file

@ -24,6 +24,7 @@ defmodule Tres.Mixfile do
[
{:ranch, "~> 1.4.0"},
{:eovsdb, github: "shun159/eovsdb", branch: "master"},
{:jsone, github: "sile/jsone", tag: "1.4.6", override: true},
{:epcap, github: "msantos/epcap", branch: "master", only: :test}
]
end