Merge branch 'feature/bump-elixir-verstion' into 'develop'
Bump elixir version to ~> 1.8 See merge request pleroma/pleroma!1686
This commit is contained in:
commit
f758e663b2
2 changed files with 2 additions and 1 deletions
2
mix.exs
2
mix.exs
|
|
@ -5,7 +5,7 @@ defmodule Pleroma.Mixfile do
|
|||
[
|
||||
app: :pleroma,
|
||||
version: version("1.0.0"),
|
||||
elixir: "~> 1.7",
|
||||
elixir: "~> 1.8",
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
|
||||
elixirc_options: [warnings_as_errors: true],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue