diff --git a/rebar.config b/rebar.config index 2a6b9c2..2a5c804 100644 --- a/rebar.config +++ b/rebar.config @@ -51,7 +51,8 @@ {deps, [ {genlib, {git, "https://github.com/valitydev/genlib", {tag, "v1.1.0"}}}, - {progressor, {git, "https://github.com/valitydev/progressor.git", {tag, "v1.0.19"}}}, + %{progressor, {git, "https://github.com/valitydev/progressor.git", {tag, "v1.0.19"}}}, + {progressor, {git, "https://github.com/valitydev/progressor.git", {branch, "fx/fix-migration-deadlock"}}}, % for configurator script {yamerl, {git, "https://github.com/valitydev/yamerl", {branch, master}}}, {cg_mon, {git, "https://github.com/valitydev/cg_mon", {branch, master}}} diff --git a/rebar.lock b/rebar.lock index d47553b..29095aa 100644 --- a/rebar.lock +++ b/rebar.lock @@ -67,7 +67,7 @@ 0}, {<<"progressor">>, {git,"https://github.com/valitydev/progressor.git", - {ref,"27e9fc7a4c37ca903883676aa1409034c7b3ea9e"}}, + {ref,"59866be767e23cfa160ccfcbe7c0e6f08e287028"}}, 0}, {<<"prometheus">>,{pkg,<<"prometheus">>,<<"4.11.0">>},0}, {<<"prometheus_cowboy">>,{pkg,<<"prometheus_cowboy">>,<<"0.1.9">>},0},