diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-05-22 18:04:13 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-06-03 19:11:16 +0200 |
commit | 7c5e007b9c73a52a4c46674bd00ce32640c07cc3 (patch) | |
tree | a621eb58a863c534a864d8e5bf2655078cadf629 /mix.exs | |
parent | ab32ea44f0af54f9dd87f9a53378b1358f7ac1f8 (diff) | |
download | pleroma-7c5e007b9c73a52a4c46674bd00ce32640c07cc3.tar.gz |
mix: Update pot to ~> 1.0
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -178,7 +178,7 @@ defmodule Pleroma.Mixfile do {:quack, "~> 0.1.1"}, {:joken, "~> 2.0"}, {:benchee, "~> 1.0"}, - {:pot, "~> 0.11"}, + {:pot, "~> 1.0"}, {:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)}, {:ex_const, "~> 0.2"}, {:plug_static_index_html, "~> 1.0.0"}, |