Update ranch 1.4.0 to 1.6.0

This commit is contained in:
Eishun Kondoh 2018-08-11 23:56:20 +09:00
parent 82867b2ac4
commit 83c2ce048a
4 changed files with 39 additions and 14 deletions

View file

@ -22,7 +22,7 @@ defmodule Tres.Mixfile do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:ranch, "~> 1.4.0"},
{:ranch, "~> 1.6.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}