summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-03-14 15:37:02 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-03-14 15:37:02 +0300
commitecb7809e92b8ee6ac8f4b4a812673684e762c215 (patch)
treefa00baa27456d77a61440833f85c5143620e4ad2 /mix.exs
parentbd40880fa0ed328c2948bb145354a8292fe051b5 (diff)
parent14ebf8f1e5411337d63d6372e6229da1b2f28316 (diff)
downloadpleroma-ecb7809e92b8ee6ac8f4b4a812673684e762c215.tar.gz
pleroma-ecb7809e92b8ee6ac8f4b4a812673684e762c215.zip
Merge remote-tracking branch 'remotes/origin/develop' into 1560-non-federating-instances-routes-restrictions
# Conflicts: # lib/pleroma/plugs/static_fe_plug.ex
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index bb86c38d0..dd598345c 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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},