Skip to content

Commit cdb9ab2

Browse files
committed
remove httpotion as it doesn't compile on 1.3
1 parent cceb702 commit cdb9ab2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mix.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ defmodule ExAws.Mixfile do
3333
{:ex_doc, "~> 0.11.4", only: :dev},
3434
{:httpoison, "~> 0.8", optional: true},
3535
{:poison, "~> 1.2 or ~> 2.0", optional: true},
36-
{:httpotion, "~> 2.0", optional: true},
3736
{:jsx, "~> 2.5", optional: true}
3837
]
3938
end

0 commit comments

Comments
 (0)