aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-02-23 10:07:03 +0100
committerBadlop <badlop@process-one.net>2022-02-24 01:02:53 +0100
commit265e0610a3aafcda9954388282deb227887f1618 (patch)
tree811ed2c31641f40bfb750f2881962c39224748ad /mix.exs
parentSupport Erlang 25 in "make options": returns attribute with simpler syntax (diff)
Update to jiffy 1.1.1 and p1_acme 1.0.18 to support Erlang/OTP 25.0-rc1
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 49fe03f74..2e7e0c790 100644
--- a/mix.exs
+++ b/mix.exs
@@ -116,7 +116,7 @@ defmodule Ejabberd.MixProject do
{:fast_xml, "~> 1.1"},
{:fast_yaml, "~> 1.0"},
{:idna, "~> 6.0"},
- {:jiffy, "~> 1.0.5"},
+ {:jiffy, "~> 1.1.1"},
{:jose, "~> 1.11.1"},
{:mqtree, "~> 1.0"},
{:p1_acme, "~> 1.0"},