aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-08-25 11:23:11 +0200
committerLoïc Hoguin <[email protected]>2020-08-25 11:23:37 +0200
commit47ec03dcf0346ad827e5c8aa8c2bf9ac35398afe (patch)
treec182c557152edf03de12f5eaed9dddc39c435c35 /rebar.config
parentee1007804e67e595bc5d32e833340a07b4896cba (diff)
downloadgun-1.3.x.tar.gz
gun-1.3.x.tar.bz2
gun-1.3.x.zip
Cowlib 1.3.31.3.31.3.x
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 347417f..0c6089c 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
{deps, [
-{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.6.0"}}
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.7.0"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.