X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=480497e9b1d66ecb3ce70e90571224dd9d9e374b;hb=ffd12d3a1e8305aaba66cdbf015e5fbc32bc88bc;hp=cc7a415cafa575718b249637c9b4ceb63c433a34;hpb=2906cbbd40ea07c2ceb4d67e1c889cc7ab8b7662;p=akkoma diff --git a/mix.exs b/mix.exs index cc7a415ca..480497e9b 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("2.0.5"), + version: version("2.0.7"), elixir: "~> 1.8", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), @@ -138,7 +138,7 @@ defmodule Pleroma.Mixfile do {:credo, "~> 1.1.0", only: [:dev, :test], runtime: false}, {:mock, "~> 0.3.3", only: :test}, {:crypt, - git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"}, + git: "https://github.com/msantos/crypt", ref: "f63a705f92c26955977ee62a313012e309a4d77a"}, {:cors_plug, "~> 1.5"}, {:ex_doc, "~> 0.21", only: :dev, runtime: false}, {:web_push_encryption, "~> 0.2.1"},