aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2024-03-14 13:25:50 +0100
committerLoïc Hoguin <[email protected]>2024-03-14 13:25:50 +0100
commitf0c19d6674d792defc181333e20268b785ce4321 (patch)
treecfb736e1ba72bc07b27f460e36c32d548243feaf /rebar.config
parentffde92536bc09c4c93a6d93bb24cefef3d9d9095 (diff)
downloadgun-f0c19d6674d792defc181333e20268b785ce4321.tar.gz
gun-f0c19d6674d792defc181333e20268b785ce4321.tar.bz2
gun-f0c19d6674d792defc181333e20268b785ce4321.zip
Update Cowlib to 2.13.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 c2022b9..e242d75 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
{deps, [
-{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.12.1"}}
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.13.0"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.