From af886edff2f361239a5e814d697ea023f5b8cbe2 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Mon, 9 Apr 2018 22:22:47 -0400 Subject: [PATCH] Pin cowboy to 1.1.2 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 10f8609..003acab 100644 --- a/rebar.config +++ b/rebar.config @@ -2,7 +2,7 @@ {plugins, [rebar3_auto]}. -{deps, [cowboy, +{deps, [{cowboy, "1.1.2"}, lager, jsx]}.