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-03 03:58:22 +0200 |
commit | ec80a1e405c7b1d893c08ea99e824f2c13719c3a (patch) | |
tree | 53ca9e2aa7fa0957d9d498d9bab85f3bf2308fb5 /restarter/mix.exs | |
parent | 24af2e1c5811e5e85ede1f75f7845e09a477fb58 (diff) | |
download | pleroma-ec80a1e405c7b1d893c08ea99e824f2c13719c3a.tar.gz |
Bump minimum Elixir version to 1.10
1.9 being end-of-life
Diffstat (limited to 'restarter/mix.exs')
-rw-r--r-- | restarter/mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/restarter/mix.exs b/restarter/mix.exs index 9f26f5f64..4bb9b76e2 100644 --- a/restarter/mix.exs +++ b/restarter/mix.exs @@ -5,7 +5,7 @@ defmodule Restarter.MixProject do [ app: :restarter, version: "0.1.0", - elixir: "~> 1.8", + elixir: "~> 1.10", start_permanent: Mix.env() == :prod, deps: deps() ] |