summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs7
1 files changed, 4 insertions, 3 deletions
diff --git a/mix.exs b/mix.exs
index 00c9ccb..a2704bb 100644
--- a/mix.exs
+++ b/mix.exs
@@ -4,8 +4,8 @@ defmodule PowerDNSex.Mixfile do
def project do
[
app: :powerdnsex,
- version: "0.3.1",
- elixir: "~> 1.8",
+ version: "0.4.0",
+ elixir: "~> 1.6",
description: description(),
package: package(),
build_embedded: Mix.env() == :prod,
@@ -20,8 +20,9 @@ defmodule PowerDNSex.Mixfile do
defp deps do
[
+ {:poolboy, "~> 1.5"},
{:httpoison, "~> 1.5.0"},
- {:poison, "~> 3.1.0"},
+ {:poison, "~> 3.0 or ~> 4.0.1"},
{:exvcr, "~> 0.10.3", only: :test},
{:ex_doc, ">= 0.0.0", only: :dev}
]