aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-03-06 20:19:15 +0100
committerLoïc Hoguin <[email protected]>2013-03-06 20:19:15 +0100
commite16fae1196e3c8533c7ab60a6084063f4ee9f532 (patch)
treec576db7239055a8f9b5420153201d9be8ead52dd /examples
parentfddd4a77fb6497a3052137683b3d9c4ca487ac78 (diff)
downloadcowboy-e16fae1196e3c8533c7ab60a6084063f4ee9f532.tar.gz
cowboy-e16fae1196e3c8533c7ab60a6084063f4ee9f532.tar.bz2
cowboy-e16fae1196e3c8533c7ab60a6084063f4ee9f532.zip
Update Ranch to 0.6.2
Diffstat (limited to 'examples')
-rw-r--r--examples/elixir_hello_world/mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/elixir_hello_world/mix.exs b/examples/elixir_hello_world/mix.exs
index 862c6fa..065024d 100644
--- a/examples/elixir_hello_world/mix.exs
+++ b/examples/elixir_hello_world/mix.exs
@@ -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