Skip to content

Commit

Permalink
bump hackney
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Oct 22, 2016
1 parent b543aed commit d40e0c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use Mix.Project

def deps do
[
{:hackney, "~> 1.5.7"},
{:hackney, "~> 1.6.2"},
{:jsx, "~> 2.8.0"}
]
end
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{deps, [
{jsx, "2.8.0"},
{hackney, "1.6.0"}
{hackney, "1.6.2"}
]}.


Expand Down
2 changes: 1 addition & 1 deletion rebar.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Rebar2Deps = [
{tag,"2.8.0"}}},

{hackney, ".*", {git, "https://github.com/benoitc/hackney.git",
{tag, "1.6.1"}}}
{tag, "1.6.2"}}}
],

case IsRebar3 of
Expand Down

0 comments on commit d40e0c4

Please sign in to comment.