From 2873e37ed1a39932bbbb564bff76f24adbb507f5 Mon Sep 17 00:00:00 2001 From: Sergey Yelin Date: Fri, 10 Sep 2021 11:20:57 +0300 Subject: [PATCH] ED-242: Add missing woody-api-hay to release (#45) --- apps/shortener/src/shortener.app.src | 1 + rebar.config | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/shortener/src/shortener.app.src b/apps/shortener/src/shortener.app.src index 743b2e8..868c69b 100644 --- a/apps/shortener/src/shortener.app.src +++ b/apps/shortener/src/shortener.app.src @@ -20,6 +20,7 @@ woody_user_identity, erl_health, how_are_you, + woody_api_hay, prometheus, prometheus_cowboy ]}, diff --git a/rebar.config b/rebar.config index 8a6d38d..18194a8 100644 --- a/rebar.config +++ b/rebar.config @@ -67,6 +67,7 @@ {profiles, [ {prod, [ {deps, [ + {woody_api_hay, {git, "https://github.com/rbkmoney/woody_api_hay.git", {ref, "4c39134cd"}}}, % for introspection on production {recon, "2.3.2"} ]},