Skip to content

Commit

Permalink
Merge pull request #131 from fajarmf/master
Browse files Browse the repository at this point in the history
upgrade hackney to 1.6.0
  • Loading branch information
edgurgel committed Apr 8, 2016
2 parents d402071 + 306612a commit 674e678
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ elixir:
otp_release:
- 17.0
- 17.1
- 17.3
- 17.4
- 17.5
- 18.0
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule HTTPoison.Mixfile do

defp deps do
[
{:hackney, "~> 1.5.2"},
{:hackney, "~> 1.6.0"},
{:exjsx, "~> 3.1", only: :test},
{:httparrot, "~> 0.3.4", only: :test},
{:meck, "~> 0.8.2", only: :test},
Expand Down

0 comments on commit 674e678

Please sign in to comment.