Skip to content

Commit

Permalink
update httpoison version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bumbus committed Jan 18, 2024
1 parent ad076a1 commit 7702aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ defmodule Mailchimp.Mixfile do

defp deps do
[
{:httpoison, "~> 1.6"},
{:jason, "~> 1.1"},
{:httpoison, "~> 2.0"},
{:jason, "~> 1.2"},
{:ex_doc, ">= 0.27.0", only: :dev, runtime: false},
{:excoveralls, "~> 0.10", only: :test},
{:exvcr, "~> 0.11", only: :test}
Expand Down

0 comments on commit 7702aa9

Please sign in to comment.