Update ranch 1.4.0 to 1.6.0
This commit is contained in:
parent
82867b2ac4
commit
83c2ce048a
4 changed files with 39 additions and 14 deletions
2
mix.exs
2
mix.exs
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue