X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=19e6fd045684ab36d7140d5334ba797570472ca1;hb=44da806a77e2076c0c233147d89c4fa1a7046b10;hp=f6cdac595d3db6636f97619a5a0fbd388933ae59;hpb=fd7f4874baeaa68984cb41995efb8c8dee9f8627;p=akkoma diff --git a/mix.exs b/mix.exs index f6cdac595..19e6fd045 100644 --- a/mix.exs +++ b/mix.exs @@ -4,8 +4,8 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("3.1.0"), - elixir: "~> 1.9", + version: version("3.2.0"), + elixir: "~> 1.12", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), elixirc_options: [warnings_as_errors: warnings_as_errors()], @@ -206,7 +206,7 @@ defmodule Pleroma.Mixfile do # temporary downgrade for excoveralls, hackney until hackney max_connections bug will be fixed {:excoveralls, "0.12.3", only: :test}, {:mox, "~> 1.0", only: :test}, - {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test} + {:websockex, "~> 0.4.3", only: :test} ] ++ oauth_deps() end