aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-08-06 10:43:42 +0200
committerLoïc Hoguin <[email protected]>2018-08-06 10:43:42 +0200
commit92398e61a34f6aa267d12ed4d2f09c124d1a697c (patch)
tree1a5b5816a8afca60c0bc1d644259f9b374a45b80 /rebar.config
parent4496a06c011748c223477860456fed6b3e4e3029 (diff)
downloadgun-92398e61a34f6aa267d12ed4d2f09c124d1a697c.tar.gz
gun-92398e61a34f6aa267d12ed4d2f09c124d1a697c.tar.bz2
gun-92398e61a34f6aa267d12ed4d2f09c124d1a697c.zip
Update Cowlib to 2.5.1
This is mainly to fix a bug in gun_sse_h where lone id lines are not decoded properly. Some typespecs were also fixed.
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 d8cce22..4614141 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
{deps, [
-{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.4.0"}}
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.5.1"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.