Skip to content

Commit

Permalink
Support for Elixir 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafax authored Jan 29, 2017
1 parent 136e02c commit d04996f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d04996f

Please sign in to comment.