From d8b8edbfa7f1bbbc69308bc41482afa804ee973a Mon Sep 17 00:00:00 2001 From: Zhongqiu Zhao Date: Fri, 8 Mar 2024 11:03:51 +0800 Subject: [PATCH] Fix docopt dependency --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index b3871f26..9f3e53d0 100644 --- a/rebar.config +++ b/rebar.config @@ -7,7 +7,7 @@ deprecated_functions]}. {profiles, [ {brod_cli, [ - {deps, [ {docopt, {git, "https://github.com/zmstone/docopt-erl.git", {branch, "0.1.3"}}} + {deps, [ {docopt, {git, "https://github.com/zmstone/docopt-erl.git", {tag, "0.1.3"}}} , {jsone, "1.7.0"} , {snappyer, "1.2.8"} ]}, @@ -22,7 +22,7 @@ ]} ]}]}, {test, [ - {deps, [ {docopt, {git, "https://github.com/zmstone/docopt-erl.git", {branch, "0.1.3"}}} + {deps, [ {docopt, {git, "https://github.com/zmstone/docopt-erl.git", {tag, "0.1.3"}}} , {hut, "1.3.0"} , {jsone, "1.7.0"} , {meck, "0.9.2"}