diff options
author | Loïc Hoguin <[email protected]> | 2023-03-29 15:20:48 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2023-03-29 15:20:48 +0200 |
commit | 4958af574529464aac797f830e77e742eca74964 (patch) | |
tree | 6f3689e651c248544a36c3e49568f4da1b99eac4 /Makefile | |
parent | b9d4e05be099c972f0fdfc097a2e26d489082402 (diff) | |
download | cowboy-4958af574529464aac797f830e77e742eca74964.tar.gz cowboy-4958af574529464aac797f830e77e742eca74964.tar.bz2 cowboy-4958af574529464aac797f830e77e742eca74964.zip |
Update Cowlib to 2.12.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ CT_OPTS += -ct_hooks cowboy_ct_hook [] # -boot start_sasl LOCAL_DEPS = crypto DEPS = cowlib ranch -dep_cowlib = git https://github.com/ninenines/cowlib 2.11.0 +dep_cowlib = git https://github.com/ninenines/cowlib 2.12.1 dep_ranch = git https://github.com/ninenines/ranch 1.8.0 DOC_DEPS = asciideck |