Skip to content

Commit

Permalink
Remove overly specific version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
4tyTwo authored May 29, 2020
1 parent fc8b65a commit c0c2e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ defmodule HTTPoison.Mixfile do

defp deps do
[
{:hackney, "~> 1.16 and >= 1.16.0"},
{:hackney, "~> 1.16"},
{:mimic, "~> 0.1", only: :test},
{:jason, "~> 1.2", only: :test},
{:httparrot, "~> 1.2", only: :test},
Expand Down

0 comments on commit c0c2e30

Please sign in to comment.