1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Update Elixir version

It was running on this version anyway!
This commit is contained in:
Daniel Barber 2018-02-27 19:27:41 -05:00
parent 1a13a178a1
commit 559bf394ef
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
elixir 1.5.2
elixir 1.6.0
python 2.7.14

View File

@ -5,7 +5,7 @@ defmodule Chess.Mixfile do
[
app: :chess,
version: "0.1.0",
elixir: "~> 1.5",
elixir: "~> 1.6",
elixirc_paths: elixirc_paths(Mix.env),
compilers: [:phoenix, :gettext] ++ Mix.compilers,
build_embedded: Mix.env == :prod,