aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2017-03-17 21:30:46 -0600
committerkballou <kballou@devnulllabs.io>2017-03-18 02:28:02 -0600
commit198e5855fe5f6d25393a8e291b5d89eb7e23336f (patch)
tree7d28a5c0f848f9767f7bb4fca609dee0d4bf5a4a /mix.exs
parentc1809e79e2804046c8a8c0cb84706c398ef096a2 (diff)
downloadoctochat-master.tar.gz
octochat-master.tar.xz
Update DistilleryHEADmaster
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index f357e0b..3ab9c1d 100644
--- a/mix.exs
+++ b/mix.exs
@@ -20,7 +20,7 @@ defmodule Octochat.Mixfile do
defp deps do
[{:credo, "~> 0.5", only: :credo},
- {:distillery, "~> 0.10", only: [:dev, :prod]},
+ {:distillery, "~> 1.0", only: [:dev, :prod]},
{:earmark, "~> 0.2", only: :docs},
{:ex_doc, "~> 0.12", only: :docs}]
end