Skip to content

Commit

Permalink
Merge pull request #153 from edevil/patch-1
Browse files Browse the repository at this point in the history
Bump hackney version
  • Loading branch information
mitchellhenke authored Apr 24, 2017
2 parents 7387185 + 3ebd420 commit 82724b6
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 @@ -24,7 +24,7 @@ defmodule Sentry.Mixfile do

defp deps do
[
{:hackney, "~> 1.7.0"},
{:hackney, "~> 1.8.0"},
{:uuid, "~> 1.0"},
{:poison, "~> 1.5 or ~> 2.0 or ~> 3.0"},
{:plug, "~> 1.0", optional: true},
Expand Down

2 comments on commit 82724b6

@ringmaster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a plan to bump the Sentry version number and release to hex soon so that this change comes down with it?

@mitchellhenke
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ringmaster yep, just pushed 4.0.1

Please sign in to comment.