diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-09-02 22:35:08 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-09-02 22:53:54 +0200 |
commit | 21ab7369cad6504be2f815aec888b38023d7a17a (patch) | |
tree | 009efe3c71937b9b18b5fe528667b59a27aacd07 /mix.exs | |
parent | 01239456a1d5a9a6ec5a5c94b4c48c07af92471c (diff) | |
download | pleroma-21ab7369cad6504be2f815aec888b38023d7a17a.tar.gz pleroma-21ab7369cad6504be2f815aec888b38023d7a17a.zip |
Bump minimum Elixir version to 1.10
With the release of Elixir 1.14, Elixir 1.9 is now end-of-life.
Elixir 1.10 Release Notes:
https://github.com/elixir-lang/elixir/releases/tag/v1.10.0
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("2.4.52"), - elixir: "~> 1.9", + elixir: "~> 1.10", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), elixirc_options: [warnings_as_errors: warnings_as_errors()], |