aboutsummaryrefslogtreecommitdiff
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
parentc1809e79e2804046c8a8c0cb84706c398ef096a2 (diff)
downloadoctochat-198e5855fe5f6d25393a8e291b5d89eb7e23336f.tar.gz
octochat-198e5855fe5f6d25393a8e291b5d89eb7e23336f.tar.xz
Update DistilleryHEADmaster
-rw-r--r--mix.exs2
-rw-r--r--mix.lock2
2 files changed, 2 insertions, 2 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
diff --git a/mix.lock b/mix.lock
index 7cb196b..63051ae 100644
--- a/mix.lock
+++ b/mix.lock
@@ -1,5 +1,5 @@
%{"bunt": {:hex, :bunt, "0.1.6", "5d95a6882f73f3b9969fdfd1953798046664e6f77ec4e486e6fafc7caad97c6f", [:mix], []},
"credo": {:hex, :credo, "0.5.1", "2395862b94628cadf0f5c68975c1440393f425b955f1e70ce1aea267e00187a1", [:mix], [{:bunt, "~> 0.1.6", [hex: :bunt, optional: false]}]},
- "distillery": {:hex, :distillery, "0.10.1", "14fccade4b8ab849b99e21c4bdfaa1092dbacdce8afd33f5c369c6e114385b0e", [:mix], []},
+ "distillery": {:hex, :distillery, "1.2.2", "d5a52920cbe2378c8a21dfc83b526b4225944b9dce7bf170fe5f5cddda81ffb3", [:mix], []},
"earmark": {:hex, :earmark, "0.2.1", "ba6d26ceb16106d069b289df66751734802777a3cbb6787026dd800ffeb850f3", [:mix], []},
"ex_doc": {:hex, :ex_doc, "0.12.0", "b774aabfede4af31c0301aece12371cbd25995a21bb3d71d66f5c2fe074c603f", [:mix], [{:earmark, "~> 0.2", [hex: :earmark, optional: false]}]}}