X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=efaa06a1c473b5d4ed792ee27e4ff27fccee42b3;hb=ce4825c1dc8a2b7ec2712170f45cde0ae14b46cf;hp=9531b230af1cacb1ba5d4a836ce100d3258836b7;hpb=7304e0ce18776d4ace969a8a1b737a60635376d6;p=akkoma diff --git a/mix.exs b/mix.exs index 9531b230a..efaa06a1c 100644 --- a/mix.exs +++ b/mix.exs @@ -84,13 +84,14 @@ defmodule Pleroma.Mixfile do {:ex_aws, "~> 2.0"}, {:ex_aws_s3, "~> 2.0"}, {:earmark, "~> 1.3"}, + {:bbcode, "~> 0.1"}, {:ex_machina, "~> 2.3", only: :test}, {:credo, "~> 0.9.3", only: [:dev, :test]}, {:mock, "~> 0.3.1", only: :test}, {:crypt, git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"}, {:cors_plug, "~> 1.5"}, - {:ex_doc, "~> 0.19", only: :dev, runtime: false}, + {:ex_doc, "~> 0.20.2", only: :dev, runtime: false}, {:web_push_encryption, "~> 0.2.1"}, {:swoosh, "~> 0.20"}, {:gen_smtp, "~> 0.13"},