Skip to content

Commit

Permalink
Merge pull request #38 from bumbus/master
Browse files Browse the repository at this point in the history
update httpoison version
  • Loading branch information
duartejc authored Jun 3, 2024
2 parents 8cad501 + 7702aa9 commit a119913
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 a119913

Please sign in to comment.