Skip to content

Commit 3b0014e

Browse files
committed
Update cowboy.
1 parent e2fd95e commit 3b0014e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defmodule CloudIServiceHttpCowboy do
2929
end
3030

3131
defp deps do
32-
[{:cowboy, "~> 1.0.1"},
32+
[{:cowboy, "~> 1.1.2"},
3333
{:cloudi_core, "~> 1.7.4"}]
3434
end
3535

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{tag, "v1.7.4"}}},
88
{cowboy, ".*",
99
{git, "https://github.com/ninenines/cowboy.git",
10-
{tag, "1.0.1"}}},
10+
{tag, "1.1.2"}}},
1111
{uuid, ".*",
1212
{git, "https://github.com/okeuday/uuid.git",
1313
{tag, "v1.7.4"}}},

0 commit comments

Comments
 (0)