aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-06-04 08:57:17 +0200
committerLoïc Hoguin <[email protected]>2018-06-04 08:57:17 +0200
commitbcd9d786e1a523be386ed2f359e6c8ba45602454 (patch)
tree49abe5d6617e07700771c6034869186b4016bac8 /rebar.config
parent61cd503e7d54660628bde42669432677f3b4f27e (diff)
downloadgun-bcd9d786e1a523be386ed2f359e6c8ba45602454.tar.gz
gun-bcd9d786e1a523be386ed2f359e6c8ba45602454.tar.bz2
gun-bcd9d786e1a523be386ed2f359e6c8ba45602454.zip
Update Cowlib to 2.4.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 348f53e..d8cce22 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/ninenines/cowlib","2.4.0"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.