summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 6fd5396..b102ccd 100644
--- a/mix.exs
+++ b/mix.exs
@@ -17,9 +17,9 @@ defmodule PowerDNSex.Mixfile do
end
defp deps do
- [{:httpoison, "~> 0.9.0"},
+ [{:httpoison, "~> 0.13.0"},
{:poison, "~> 2.2"},
- {:exvcr, "~> 0.8.0", only: :test}]
+ {:exvcr, "~> 0.9.1", only: :test}]
end
defp description do