From 48159a15068cb50168413275d63a49158c6467bc Mon Sep 17 00:00:00 2001 From: Marcel Hernandez Date: Wed, 16 Aug 2017 17:01:37 +0200 Subject: [PATCH] identicon: add dependency to erlang/egd to fix project in Elixir >=1.5 --- identicon/mix.exs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/identicon/mix.exs b/identicon/mix.exs index 433acdb..aea4ab0 100644 --- a/identicon/mix.exs +++ b/identicon/mix.exs @@ -27,6 +27,8 @@ defmodule Identicon.Mixfile do # # Type "mix help deps" for more examples and options defp deps do - [] + [ + {:egd, github: "erlang/egd"} + ] end end