projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59b886e
)
Update min elixir version in mix.exs to 1.12
author
Norm
<normandy@biribiri.dev>
Thu, 25 Aug 2022 18:30:19 +0000
(18:30 +0000)
committer
Norm
<normandy@biribiri.dev>
Thu, 25 Aug 2022 18:30:19 +0000
(18:30 +0000)
The install docs already mention 1.12 as the minimum supported version, so this should also be reflected in `mix.exs`.
mix.exs
patch
|
blob
|
history
diff --git
a/mix.exs
b/mix.exs
index e7f49199758cdb4f75a585b84a345652dbd06332..56c854021c306f3afdee538914a50f66416fa7a1 100644
(file)
--- a/
mix.exs
+++ b/
mix.exs
@@
-5,7
+5,7
@@
defmodule Pleroma.Mixfile do
[
app: :pleroma,
version: version("3.1.0"),
- elixir: "~> 1.
9
",
+ elixir: "~> 1.
12
",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
elixirc_options: [warnings_as_errors: warnings_as_errors()],