diff options
author | rinpatch <rinpatch@sdf.org> | 2019-09-17 20:09:26 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-09-17 20:09:26 +0000 |
commit | f758e663b233a4a773bd58479f2f2c2bc02c47ef (patch) | |
tree | 656c235fdb3dccc4e10c563dce582b613b7a621c /mix.exs | |
parent | 764931fc9f5eecc30c1ccb3b5bacf6338fcdf706 (diff) | |
parent | e686f9be818ebddfba1aedcd9ae328d26147dca8 (diff) | |
download | pleroma-f758e663b233a4a773bd58479f2f2c2bc02c47ef.tar.gz pleroma-f758e663b233a4a773bd58479f2f2c2bc02c47ef.zip |
Merge branch 'feature/bump-elixir-verstion' into 'develop'
Bump elixir version to ~> 1.8
See merge request pleroma/pleroma!1686
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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], |