From 295ebb078ba4e9d7dca7ba10b563aa6c49a009d1 Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Sun, 17 Jul 2016 19:24:31 +0200 Subject: [PATCH] Add ecto to application list --- mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index bc586ab..8bbf2c2 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ISN.Mixfile do use Mix.Project - @version "1.0.1" + @version "1.0.2" def project do [app: :isn, @@ -24,7 +24,7 @@ defmodule ISN.Mixfile do # # Type `mix help compile.app` for more information def application do - [applications: [:postgrex]] + [applications: [:postgrex, :ecto]] end defp description do