summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorRodrigo Coutinho <digao@osfeio.com>2017-12-29 18:32:36 -0200
committerGitHub <noreply@github.com>2017-12-29 18:32:36 -0200
commitf75b83f1713a7c7aacfcdd8a4134a9113981d136 (patch)
tree6e4ca433c2665b002f0c885dde82bdab16556429 /mix.exs
parentbump version (diff)
Fix test suite (#11)
* Fix broken specs and update exvcr * Provide default configuration to run tests * Show nameservers in zone
Diffstat (limited to '')
-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