0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Update Ranch to 0.6.2

This commit is contained in:
Loïc Hoguin 2013-03-06 20:19:15 +01:00
parent fddd4a77fb
commit e16fae1196
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ defmodule ElixirHelloWorld.Mixfile do
end
defp deps do
[ {:ranch, github: "extend/ranch", tag: "0.6.1"},
[ {:ranch, github: "extend/ranch", tag: "0.6.2"},
{:cowboy, github: "extend/cowboy"} ]
end
end