X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=890979f8b9d1a8f41aab1c1679f35f294f127263;hb=dbf9d719f98770056ac906b3087e7ed501cd64e6;hp=bb86c38d0c1ea9269ea2ddca10cf76546fc53fc4;hpb=5b74976c8d8b00b66ba8c5dff9e83fbe357b0ee7;p=akkoma diff --git a/mix.exs b/mix.exs index bb86c38d0..890979f8b 100644 --- a/mix.exs +++ b/mix.exs @@ -63,7 +63,7 @@ defmodule Pleroma.Mixfile do def application do [ mod: {Pleroma.Application, []}, - extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :fast_sanitize], + extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :fast_sanitize, :ssl], included_applications: [:ex_syslogger] ] end @@ -126,7 +126,7 @@ defmodule Pleroma.Mixfile do {:ex_aws_s3, "~> 2.0"}, {:sweet_xml, "~> 0.6.6"}, {:earmark, "~> 1.3"}, - {:bbcode, "~> 0.1.1"}, + {:bbcode_pleroma, "~> 0.2.0"}, {:ex_machina, "~> 2.3", only: :test}, {:credo, "~> 1.1.0", only: [:dev, :test], runtime: false}, {:mock, "~> 0.3.3", only: :test},