aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-11-06 13:29:34 +0100
committerLoïc Hoguin <[email protected]>2020-11-06 13:29:34 +0100
commit3440591e4c252c9fe918c3e349ea64f68a72e2f0 (patch)
tree30eafe38c76ffe0f1b9fd161decb2fa793a03451
parentb28950d5e701055f536f66c70b581c3cf806f3dd (diff)
downloadgun-3440591e4c252c9fe918c3e349ea64f68a72e2f0.tar.gz
gun-3440591e4c252c9fe918c3e349ea64f68a72e2f0.tar.bz2
gun-3440591e4c252c9fe918c3e349ea64f68a72e2f0.zip
Update Cowlib to 2.10.0
-rw-r--r--Makefile2
-rw-r--r--rebar.config2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a988624..1cd5572 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/ninenines/cowlib 2.10.0
DOC_DEPS = asciideck
diff --git a/rebar.config b/rebar.config
index 68165f2..1770a1b 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
{deps, [
-{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.9.0"}}
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.10.0"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.