From 6589586f985b466194a6553c50ab3f7419a13b7f Mon Sep 17 00:00:00 2001 From: Lindolfo 'Lorn' Rodrigues Date: Tue, 17 Mar 2020 19:30:34 -0300 Subject: Timeout option Now, you need to pass the timeout for the PowerDNS API in seconds We need to add the timeout to the GenServer.call function --- mix.exs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mix.exs') diff --git a/mix.exs b/mix.exs index e1ee79b..00c9ccb 100644 --- a/mix.exs +++ b/mix.exs @@ -4,8 +4,8 @@ defmodule PowerDNSex.Mixfile do def project do [ app: :powerdnsex, - version: "0.2.0", - elixir: "~> 1.6", + version: "0.3.1", + elixir: "~> 1.8", description: description(), package: package(), build_embedded: Mix.env() == :prod, @@ -21,7 +21,7 @@ defmodule PowerDNSex.Mixfile do defp deps do [ {:httpoison, "~> 1.5.0"}, - {:poison, "~> 4.0.1"}, + {:poison, "~> 3.1.0"}, {:exvcr, "~> 0.10.3", only: :test}, {:ex_doc, ">= 0.0.0", only: :dev} ] -- cgit v1.2.3