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"}