Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
58b12c09
Commit
58b12c09
authored
Dec 27, 2018
by
Ivan Tashkinov
Browse files
[Fixes #396] Required Elixir ~> 1.7.
parent
92b11449
Changes
1
Hide whitespace changes
Inline
Side-by-side
mix.exs
View file @
58b12c09
...
...
@@ -5,7 +5,7 @@ def project 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
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment