We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fd95e commit 3b0014eCopy full SHA for 3b0014e
mix.exs
@@ -29,7 +29,7 @@ defmodule CloudIServiceHttpCowboy do
29
end
30
31
defp deps do
32
- [{:cowboy, "~> 1.0.1"},
+ [{:cowboy, "~> 1.1.2"},
33
{:cloudi_core, "~> 1.7.4"}]
34
35
rebar.config
@@ -7,7 +7,7 @@
7
{tag, "v1.7.4"}}},
8
{cowboy, ".*",
9
{git, "https://github.com/ninenines/cowboy.git",
10
- {tag, "1.0.1"}}},
+ {tag, "1.1.2"}}},
11
{uuid, ".*",
12
{git, "https://github.com/okeuday/uuid.git",
13
0 commit comments