diff options
Diffstat (limited to 'mix.exs')
| -rw-r--r-- | mix.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,8 @@ defmodule RouterExample.MixProject do [ {:jason, "~> 1.1"}, {:plug_cowboy, "~> 2.0"}, - {:poison, "~> 5.0"} + {:poison, "~> 5.0"}, + {:httpoison, "~> 1.8"} ] end end |
