From e7632164fc1ea05543d0a421f8e8f502011c32bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 29 Mar 2023 15:22:49 +0200 Subject: Update Cowlib to 2.12.1 --- Makefile | 2 +- rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f212ed3..33b7a91 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ CT_OPTS += -ct_hooks gun_ct_hook [] # -boot start_sasl LOCAL_DEPS = ssl DEPS = cowlib -dep_cowlib = git https://github.com/ninenines/cowlib 2.12.0 +dep_cowlib = git https://github.com/ninenines/cowlib 2.12.1 DOC_DEPS = asciideck diff --git a/rebar.config b/rebar.config index b996a2a..c2022b9 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ {deps, [ -{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.12.0"}} +{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.12.1"}} ]}. {erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}. -- cgit v1.2.3