aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-01-16 17:06:28 +0100
committerLoïc Hoguin <[email protected]>2023-01-16 17:06:28 +0100
commit055c7a7f2d31bb1c9ed3501b9cea50d2abd2e1ed (patch)
tree2510f068328b3ce8d97fb0dc3daff8633db49607 /rebar.config
parent5f8080e8075f158a9510a3b925387276563b3b05 (diff)
downloadgun-055c7a7f2d31bb1c9ed3501b9cea50d2abd2e1ed.tar.gz
gun-055c7a7f2d31bb1c9ed3501b9cea50d2abd2e1ed.tar.bz2
gun-055c7a7f2d31bb1c9ed3501b9cea50d2abd2e1ed.zip
Use Cowlib 2.12.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..b996a2a 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.12.0"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.