Bump Elixir/Erlang version in mix.exs and Heroku buildpack config

This commit is contained in:
Alex Gleason 2021-06-09 14:26:45 -05:00
parent f9dac6733c
commit 787050e3ec
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
elixir_version=1.9.4
erlang_version=22.3.4.1
elixir_version=1.11
erlang_version=23.3.4.2

View File

@ -5,7 +5,7 @@ defmodule Pleroma.Mixfile do
[
app: :pleroma,
version: version("2.3.50"),
elixir: "~> 1.9",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
elixirc_options: [warnings_as_errors: warnings_as_errors(Mix.env())],