aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-03-29 15:22:49 +0200
committerLoïc Hoguin <[email protected]>2023-03-29 15:22:49 +0200
commite7632164fc1ea05543d0a421f8e8f502011c32bd (patch)
tree302b3cd34ab58cfe4f8055573b39739e1538b114 /rebar.config
parent33223e751267c5f249f3db1277c13904a1801b92 (diff)
downloadgun-e7632164fc1ea05543d0a421f8e8f502011c32bd.tar.gz
gun-e7632164fc1ea05543d0a421f8e8f502011c32bd.tar.bz2
gun-e7632164fc1ea05543d0a421f8e8f502011c32bd.zip
Update Cowlib to 2.12.1
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 b996a2a..c2022b9 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
{deps, [
-{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.12.0"}}
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.12.1"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.