mix: update bbcode dependency to v0.1.1
This commit is contained in:
parent
55742d978d
commit
481932309f
2 changed files with 2 additions and 2 deletions
2
mix.exs
2
mix.exs
|
|
@ -108,7 +108,7 @@ defmodule Pleroma.Mixfile do
|
|||
{:ex_aws, "~> 2.0"},
|
||||
{:ex_aws_s3, "~> 2.0"},
|
||||
{:earmark, "~> 1.3"},
|
||||
{:bbcode, "~> 0.1"},
|
||||
{:bbcode, "~> 0.1.1"},
|
||||
{:ex_machina, "~> 2.3", only: :test},
|
||||
{:credo, "~> 0.9.3", only: [:dev, :test]},
|
||||
{:mock, "~> 0.3.3", only: :test},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue