X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=77d043d37d5ab5cc555384bb316f703b8ee759ad;hb=f497cf2f7c21196c4d633ddf0d14f0a4ede00cea;hp=4404043d10b8266c72e6c28c2e37725e6b71d9fa;hpb=d9f8941dac983d89709645831b41e02adc454740;p=akkoma diff --git a/mix.exs b/mix.exs index 4404043d1..77d043d37 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 @@ -134,7 +134,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},