Skip to content

Commit 75eebdf

Browse files
author
ttt161
committed
TECH-156: bump progressor with fix
1 parent 42528b3 commit 75eebdf

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

rebar.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
{fault_detector_proto, {git, "https://github.com/valitydev/fault-detector-proto.git", {branch, "master"}}},
4343
{limiter_proto, {git, "https://github.com/valitydev/limiter-proto.git", {branch, "master"}}},
4444
{herd, {git, "https://github.com/wgnet/herd.git", {tag, "1.3.4"}}},
45-
{progressor, {git, "https://github.com/valitydev/progressor.git", {tag, "v0.0.9"}}},
45+
%{progressor, {git, "https://github.com/valitydev/progressor.git", {tag, "v0.0.9"}}},
46+
{progressor,
47+
{git, "https://github.com/valitydev/progressor.git", {branch, "TECH-156-bump-epg-connector-with-fix"}}},
4648
{prometheus, "4.8.1"},
4749
{prometheus_cowboy, "0.1.8"},
4850

rebar.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
1},
4040
{<<"epg_connector">>,
4141
{git,"https://github.com/valitydev/epg_connector.git",
42-
{ref,"fba34571474b11e1820126afff4bc552f68e1799"}},
42+
{ref,"6c3ff8d69317d8bbc083e95d1d67a9e7e6627c92"}},
4343
1},
4444
{<<"epgsql">>,
4545
{git,"https://github.com/epgsql/epgsql.git",
@@ -102,7 +102,7 @@
102102
0},
103103
{<<"progressor">>,
104104
{git,"https://github.com/valitydev/progressor.git",
105-
{ref,"1877ace83a3693a02ebd3e56768703c5595e35ec"}},
105+
{ref,"2311e2f70e96d97b0046da94ee360e0ce777725c"}},
106106
0},
107107
{<<"prometheus">>,{pkg,<<"prometheus">>,<<"4.8.1">>},0},
108108
{<<"prometheus_cowboy">>,{pkg,<<"prometheus_cowboy">>,<<"0.1.8">>},0},

0 commit comments

Comments
 (0)