diff options
author | Loïc Hoguin <[email protected]> | 2013-04-12 15:24:59 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-04-12 15:24:59 +0200 |
commit | d063511a0e4988d62357f9c17744bb9aa0470a06 (patch) | |
tree | 4abd512ea061ae8d10e893356dc04fe13c7bbdaf /examples/elixir_hello_world/mix.exs | |
parent | 61ca459febef545c642dc716068d770518deea99 (diff) | |
download | cowboy-d063511a0e4988d62357f9c17744bb9aa0470a06.tar.gz cowboy-d063511a0e4988d62357f9c17744bb9aa0470a06.tar.bz2 cowboy-d063511a0e4988d62357f9c17744bb9aa0470a06.zip |
Update Ranch to 0.8.1
Diffstat (limited to 'examples/elixir_hello_world/mix.exs')
-rw-r--r-- | examples/elixir_hello_world/mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/elixir_hello_world/mix.exs b/examples/elixir_hello_world/mix.exs index 9f113a6..aab48e8 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.8.0"}, + [ {:ranch, github: "extend/ranch", tag: "0.8.1"}, {:cowboy, github: "extend/cowboy"} ] end end |