summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-07-29 07:02:36 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-07-29 07:02:36 +0300
commit88f57418c8da90956c12f58ada282976084a55d2 (patch)
tree2d04e858338ea840ea5785f58913945a14673973 /mix.exs
parent992a271196a90713859fc5c523724d81102c7f27 (diff)
updated `pot` package
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 d36741eee..a31d86b28 100644
--- a/mix.exs
+++ b/mix.exs
@@ -174,7 +174,7 @@ defmodule Pleroma.Mixfile do
{:quack, "~> 0.1.1"},
{:joken, "~> 2.0"},
{:benchee, "~> 1.0"},
- {:pot, "~> 0.10.2"},
+ {:pot, "~> 0.11"},
{:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)},
{:ex_const, "~> 0.2"},
{:plug_static_index_html, "~> 1.0.0"},