From 3b5e786e05697a6772679e6d5705cd92a0610d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Svensson?= Date: Tue, 14 May 2024 11:37:12 +0200 Subject: [PATCH] Update cowlib to 2.13.0-nordix2 --- Makefile | 2 +- rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 548ba7ec..b5388d7b 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ CT_OPTS += -ct_hooks gun_ct_hook [] # -boot start_sasl LOCAL_DEPS = public_key ssl DEPS = cowlib -dep_cowlib = git https://github.com/Nordix/cowlib 2.13.0-nordix1 +dep_cowlib = git https://github.com/Nordix/cowlib 2.13.0-nordix2 DOC_DEPS = asciideck diff --git a/rebar.config b/rebar.config index a454c9ad..5da83411 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ {deps, [ -{cowlib,".*",{git,"https://github.com/Nordix/cowlib","2.13.0-nordix1"}} +{cowlib,".*",{git,"https://github.com/Nordix/cowlib","2.13.0-nordix2"}} ]}. {erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.