mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 09:33:19 +03:00
Update minimum elixir version to 1.11 (#1310)
Required by the use of config_env() in config/config.exs
This commit is contained in:
parent
700a65c98a
commit
1bedfd3a93
2
mix.exs
2
mix.exs
@ -5,7 +5,7 @@ defmodule Plausible.MixProject do
|
||||
[
|
||||
app: :plausible,
|
||||
version: System.get_env("APP_VERSION", "0.0.1"),
|
||||
elixir: "~> 1.10",
|
||||
elixir: "~> 1.11",
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
|
||||
start_permanent: Mix.env() == :prod,
|
||||
|
Loading…
Reference in New Issue
Block a user