chore: it can be runned also on old elixir version
This commit is contained in:
parent
0952739375
commit
2c1014aab2
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -5,7 +5,7 @@ defmodule PodcastFeed.MixProject do
|
|||
[
|
||||
app: :podcast_feed,
|
||||
version: "0.1.0",
|
||||
elixir: "~> 1.7",
|
||||
elixir: "~> 1.5",
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
|
||||
start_permanent: Mix.env() == :prod,
|
||||
|
|
Loading…
Reference in a new issue