Skip to content

Commit

Permalink
fix: drop support for httpoison 0.x in mix.exs (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
joegoldin authored Nov 24, 2023
1 parent 9f52407 commit 543d19a
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 @@ -49,7 +49,7 @@ defmodule Pigeon.Mixfile do
{:excoveralls, "~> 0.5", only: :test, runtime: false},
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
{:goth, "~> 1.3.0"},
{:httpoison, "~> 0.7 or ~> 1.0 or ~> 2.0"},
{:httpoison, "~> 1.0 or ~> 2.0"},
{:jason, "~> 1.0", optional: true},
{:joken, "~> 2.1"},
{:kadabra, "~> 0.6.0"}
Expand Down

0 comments on commit 543d19a

Please sign in to comment.