From f225f3ae1091894894df9ed255b9b296e4e33610 Mon Sep 17 00:00:00 2001 From: Matt Widmann Date: Wed, 1 Mar 2017 14:20:09 -0500 Subject: [PATCH] Remove Elixir 1.4 warnings. --- mix.exs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mix.exs b/mix.exs index 8e942d7..e2aa59c 100644 --- a/mix.exs +++ b/mix.exs @@ -5,11 +5,11 @@ defmodule PlugSessionRedis.Mixfile do [app: :plug_session_redis, version: "0.1.0", elixir: "~> 1.0", - description: description, - package: package, + description: description(), + package: package(), build_embedded: Mix.env == :prod, start_permanent: Mix.env == :prod, - deps: deps] + deps: deps()] end # Configuration for the OTP application