aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
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 /rebar.config
parentb28950d5e701055f536f66c70b581c3cf806f3dd (diff)
downloadgun-3440591e4c252c9fe918c3e349ea64f68a72e2f0.tar.gz
gun-3440591e4c252c9fe918c3e349ea64f68a72e2f0.tar.bz2
gun-3440591e4c252c9fe918c3e349ea64f68a72e2f0.zip
Update Cowlib to 2.10.0
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
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]}.