From f5405a79385384dd5db58a77e11a5681a53b4ec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20S=C3=B6derqvist?= Date: Thu, 28 Oct 2021 16:15:38 +0200 Subject: [PATCH] Temporary update cowlib dep --- Makefile | 2 +- rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0fe8eab5..0715f087 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 master +dep_cowlib = git https://github.com/Nordix/cowlib respect-remote-concurrency-limit DOC_DEPS = asciideck diff --git a/rebar.config b/rebar.config index 348f53ea..9f9b2ac5 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ {deps, [ -{cowlib,".*",{git,"https://github.com/ninenines/cowlib","master"}} +{cowlib,".*",{git,"https://github.com/Nordix/cowlib","respect-remote-concurrency-limit"}} ]}. {erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.