From 198e5855fe5f6d25393a8e291b5d89eb7e23336f Mon Sep 17 00:00:00 2001 From: kballou Date: Fri, 17 Mar 2017 21:30:46 -0600 Subject: Update Distillery --- mix.exs | 2 +- mix.lock | 2 +- 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]}]}} -- cgit v1.2.1