projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92b1144
)
[Fixes #396] Required Elixir ~> 1.7.
author
Ivan Tashkinov
<ivantashkinov@gmail.com>
Thu, 27 Dec 2018 13:12:33 +0000
(16:12 +0300)
committer
Ivan Tashkinov
<ivantashkinov@gmail.com>
Thu, 27 Dec 2018 13:12:33 +0000
(16:12 +0300)
mix.exs
patch
|
blob
|
history
diff --git
a/mix.exs
b/mix.exs
index 99e30c2a2308900bdf2674bce8bd1927bdfafd5a..2fdffd1a7e1288180ff4d2d95f41767052222c0f 100644
(file)
--- a/
mix.exs
+++ b/
mix.exs
@@
-5,7
+5,7
@@
defmodule Pleroma.Mixfile do
[
app: :pleroma,
version: version("0.9.0"),
- elixir: "~> 1.
4
",
+ elixir: "~> 1.
7
",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
elixirc_options: [warnings_as_errors: true],