Support for Elixir 1.4.1

This commit is contained in:
Rafał Gajdulewicz
2017-01-29 20:59:01 +01:00
committed by GitHub
parent 136e02cafe
commit d04996f470

View File

@@ -4,7 +4,7 @@ defmodule Koans.Mixfile do
def project do
[app: :elixir_koans,
version: "0.0.1",
elixir: ">= 1.2.1 and <= 1.4.0",
elixir: ">= 1.2.1 and <= 1.4.1",
elixirc_paths: elixirc_path(Mix.env),
deps: deps()]
end