Skip to content

Commit a119913

Browse files
authored
Merge pull request #38 from bumbus/master
update httpoison version
2 parents 8cad501 + 7702aa9 commit a119913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ defmodule Mailchimp.Mixfile do
2424

2525
defp deps do
2626
[
27-
{:httpoison, "~> 1.6"},
28-
{:jason, "~> 1.1"},
27+
{:httpoison, "~> 2.0"},
28+
{:jason, "~> 1.2"},
2929
{:ex_doc, ">= 0.27.0", only: :dev, runtime: false},
3030
{:excoveralls, "~> 0.10", only: :test},
3131
{:exvcr, "~> 0.11", only: :test}

0 commit comments

Comments
 (0)