Merge pull request 'Update min elixir version in mix.exs to 1.12' (#184) from norm...
authorfloatingghost <hannah@coffee-and-dreams.uk>
Thu, 25 Aug 2022 19:39:56 +0000 (19:39 +0000)
committerfloatingghost <hannah@coffee-and-dreams.uk>
Thu, 25 Aug 2022 19:39:56 +0000 (19:39 +0000)
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/184

1  2 
mix.exs

diff --combined mix.exs
index f6cdac595d3db6636f97619a5a0fbd388933ae59,56c854021c306f3afdee538914a50f66416fa7a1..768c8cbd699be0a07375e66b109295b43e6cf649
+++ b/mix.exs
@@@ -5,7 -5,7 +5,7 @@@ defmodule Pleroma.Mixfile d
      [
        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()],
         git: "https://akkoma.dev/AkkomaGang/elasticsearch-elixir.git", ref: "main"},
        {:mfm_parser,
         git: "https://akkoma.dev/AkkomaGang/mfm-parser.git",
 -       ref: "5054e0ba1ebcbd9a7916aec219528e3e58057241"},
 +       ref: "912fba81152d4d572e457fd5427f9875b2bc3dbe"},
  
        # indirect dependency version override
        {:plug, "~> 1.10.4", override: true},