summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorPaweł Chmielowski <pawel@process-one.net>2022-05-02 13:56:16 +0200
committerPaweł Chmielowski <pawel@process-one.net>2022-05-02 13:56:16 +0200
commitce18c9341935523b6eb0d51fe4f4844a2b945273 (patch)
treef1006396879b8f1aeb0f436b6cec7d4c719921c5 /rebar.config
parentUpdate p1_pgsql in mix.lock (diff)
Simplify rules for choosing jiffy version
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config6
1 files changed, 2 insertions, 4 deletions
diff --git a/rebar.config b/rebar.config
index e3186a85..6db4fe2f 100644
--- a/rebar.config
+++ b/rebar.config
@@ -37,11 +37,9 @@
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.49"}}},
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.33"}}},
{idna, ".*", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}},
- {if_version_below, "20",
- {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "1.1.0"}}}
- },
{if_version_above, "19",
- {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "1.1.1"}}}
+ {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "1.1.1"}}},
+ {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "1.1.0"}}} % for R19 and below
},
{jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.1"}}},
{if_version_below, "22",