aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-04-03 13:47:12 +0200
committerLoïc Hoguin <[email protected]>2013-04-03 13:47:12 +0200
commit2b56bb498f82860fb8783a7ee4d69a1d5696c5c9 (patch)
tree3d4a306dcf005fcb7437aaf91325d6489f9af9bf /examples
parentce1d8862c093b31a2e3ba0a072b58b697a6b55de (diff)
downloadcowboy-2b56bb498f82860fb8783a7ee4d69a1d5696c5c9.tar.gz
cowboy-2b56bb498f82860fb8783a7ee4d69a1d5696c5c9.tar.bz2
cowboy-2b56bb498f82860fb8783a7ee4d69a1d5696c5c9.zip
Update Ranch to 0.8.0
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 065024d..9f113a6 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.2"},
+ [ {:ranch, github: "extend/ranch", tag: "0.8.0"},
{:cowboy, github: "extend/cowboy"} ]
end
end