X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=53b3a961d66f9202b5d2565bdf9fa9f4a6bc34f8;hb=5386d1f49f2faae0922e6f0d9b4b66cf11bdc946;hp=56a11cac38c1111923d93fe25a85d715d8ad07e3;hpb=c00797d08ef3e6c57250c9f013b6f912292b031b;p=akkoma diff --git a/mix.exs b/mix.exs index 56a11cac3..53b3a961d 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("1.1.0"), + version: version("1.1.5"), elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), @@ -106,7 +106,7 @@ defmodule Pleroma.Mixfile do {:pbkdf2_elixir, "~> 0.12.3"}, {:trailing_format_plug, "~> 0.0.7"}, {:html_sanitize_ex, "~> 1.3.0"}, - {:html_entities, "~> 0.4"}, + {:html_entities, "~> 0.5", override: true}, {:phoenix_html, "~> 2.10"}, {:calendar, "~> 0.17.4"}, {:cachex, "~> 3.0.2"},