Add ecto to application list

This commit is contained in:
Martin Frost 2016-07-17 19:24:31 +02:00
parent d631c62867
commit 295ebb078b
1 changed files with 2 additions and 2 deletions

View File

@ -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