X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=ebcca9660cfa2a5869f1ec1002e535d6fa152f96;hb=refs%2Fheads%2Fstable;hp=2a62dedeef438dbe1ece476c98ac6ccdbbacd234;hpb=260c87006e288029aea69229b9cd2c018b4811fe;p=akkoma diff --git a/mix.exs b/mix.exs index 2a62dedee..ebcca9660 100644 --- a/mix.exs +++ b/mix.exs @@ -4,8 +4,8 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("3.5.0"), - elixir: "~> 1.12", + version: version("3.8.0"), + elixir: "~> 1.14", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix] ++ Mix.compilers(), elixirc_options: [warnings_as_errors: warnings_as_errors()], @@ -200,7 +200,7 @@ defmodule Pleroma.Mixfile do ref: "1c1b99ea41a457761383d81aaf6a606913996fe7", only: [:dev, :test], runtime: false}, - {:mock, "~> 0.3.5", only: :test}, + {:mock, "~> 0.3.7", only: :test}, {:excoveralls, "0.15.1", only: :test}, {:mox, "~> 1.0", only: :test}, {:websockex, "~> 0.4.3", only: :test},