mix: add bbcode dependency
This commit is contained in:
parent
48f68fd133
commit
2bd880be88
2 changed files with 2 additions and 0 deletions
1
mix.exs
1
mix.exs
|
|
@ -84,6 +84,7 @@ 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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue