set versions

This commit is contained in:
Maksim Pechnikov 2020-07-30 09:23:35 +03:00
parent b261135683
commit 56171cbde6
1 changed files with 3 additions and 3 deletions

View File

@ -123,9 +123,9 @@ defmodule Pleroma.Mixfile do
{:ecto_sql, "~> 3.4.4"},
{:postgrex, ">= 0.15.5"},
{:oban, "~> 2.0.0"},
{:gettext, "~> 0.15"},
{:pbkdf2_elixir, "~> 1.0"},
{:bcrypt_elixir, "~> 2.0"},
{:gettext, "~> 0.18"},
{:pbkdf2_elixir, "~> 1.2"},
{:bcrypt_elixir, "~> 2.2"},
{:trailing_format_plug, "~> 0.0.7"},
{:fast_sanitize, "~> 0.1"},
{:html_entities, "~> 0.5", override: true},