From abf7ac3f6b60d0479962ceaf80da2b4c48e02905 Mon Sep 17 00:00:00 2001 From: hswick Date: Mon, 3 Sep 2018 12:24:23 -0500 Subject: [PATCH] Upgraded elixir version --- mix.exs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 3246f3d..874598a 100644 --- a/mix.exs +++ b/mix.exs @@ -2,9 +2,10 @@ defmodule ExW3.MixProject do use Mix.Project def project do - [app: :exw3, + [ + app: :exw3, version: "0.1.6", - elixir: "~> 1.6.4", + elixir: "~> 1.7.2", build_embedded: Mix.env == :prod, start_permanent: Mix.env == :prod, deps: deps(),