From 805e32f01e87f3428cb3c2dc7b9da55f08fbb208 Mon Sep 17 00:00:00 2001 From: k32 <10274441+k32@users.noreply.github.com> Date: Fri, 30 Apr 2021 17:57:17 +0200 Subject: [PATCH] chore(dependency): Update cowlib to 2.8.0 --- rebar.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 0b19594..e33e8b4 100644 --- a/rebar.config +++ b/rebar.config @@ -1,5 +1,6 @@ +%% Cowlib is only used to pull gun, which is using old rebar file {deps, - [{cowlib, {git, "https://github.com/ninenines/cowlib", {tag, "2.7.0"}}}, + [{cowlib, {git, "https://github.com/ninenines/cowlib", {tag, "2.8.0"}}}, {gun, {git, "https://github.com/emqx/gun", {tag, "1.3.4"}}}, {gproc, {git, "https://github.com/uwiger/gproc", {tag, "0.8.0"}}} ]}.