diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-07-30 09:23:35 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-07-30 09:23:35 +0300 |
commit | 56171cbde61c24b06623d8fd1a43fd8e02df37fa (patch) | |
tree | e29d4c15f09761278ecd075f2868343115cd6b93 /mix.exs | |
parent | b261135683483d7650e8f30fdbd26491dd94b7c4 (diff) | |
download | pleroma-56171cbde61c24b06623d8fd1a43fd8e02df37fa.tar.gz |
set versions
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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}, |