aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2025-02-17 12:57:00 +0100
committerLoïc Hoguin <[email protected]>2025-02-17 12:57:00 +0100
commit9430bf99ea2cc9c2c3ee06321c77433abb521833 (patch)
tree9e3ac03316f0d2b609ed0413af3a47d84d94a44d /rebar.config
parent65a77a8f4888ad9266906f351c92477b4c697b18 (diff)
downloadcowboy-9430bf99ea2cc9c2c3ee06321c77433abb521833.tar.gz
cowboy-9430bf99ea2cc9c2c3ee06321c77433abb521833.tar.bz2
cowboy-9430bf99ea2cc9c2c3ee06321c77433abb521833.zip
Use explicit Ranch and Cowlib versions
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 dc2e25d..022127b 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
{deps, [
-{cowlib,".*",{git,"https://github.com/ninenines/cowlib","master"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.8.x"}}
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib",{tag,"2.14.0"}}},{ranch,".*",{git,"https://github.com/ninenines/ranch",{tag,"1.8.1"}}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_missing_spec,warn_untyped_record]}.