Skip to content

Commit

Permalink
Override force hackney dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Callum Barratt committed Apr 14, 2016
1 parent 6d0f99b commit 99de0d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ defmodule Callum.Mixfile do
{:phoenix_live_reload, "~> 1.0", only: :dev},
{:gettext, "~> 0.9"},
{:httpoison, "~> 0.8.3"},
{:hackney, "~> 1.6.0", override: true},
{:timex, "~> 1.0.0"},
{:cowboy, "~> 1.0"},
{:ex_machina, "~> 0.6.1", only: :test}
Expand Down

0 comments on commit 99de0d2

Please sign in to comment.