From c35c754f5ae67e14d5da9bdd701715fba4d2e5e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 22 Jan 2025 12:57:24 +0100 Subject: [PATCH] Temporarily switch the Cowlib branch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cf363c2..a7d7b437 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,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 master +dep_cowlib = git https://github.com/ninenines/cowlib improve-websocket-compressed dep_ranch = git https://github.com/ninenines/ranch 1.8.x ifeq ($(COWBOY_QUICER),1)