Skip to content

Commit

Permalink
Make httpoison dependency >= 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Zitter committed Nov 5, 2024
1 parent 5c28098 commit c594b91
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 @@ -31,7 +31,7 @@ defmodule Ibanity.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:httpoison, ">= 1.8.2"},
{:httpoison, ">= 1.8.0"},
{:jason, "~> 1.3"},
{:recase, "~> 0.7"},
{:ex_crypto, "~> 0.9.0"},
Expand Down

0 comments on commit c594b91

Please sign in to comment.