From fdd4efd9626a4546d27aaecaba705bb29a5965ca Mon Sep 17 00:00:00 2001 From: tvillegas98 Date: Wed, 18 Dec 2024 11:36:18 -0300 Subject: [PATCH] chore: add math dependency to bot manager --- apps/bot_manager/mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/bot_manager/mix.exs b/apps/bot_manager/mix.exs index dca547a14..0bfe1c12f 100644 --- a/apps/bot_manager/mix.exs +++ b/apps/bot_manager/mix.exs @@ -34,7 +34,8 @@ defmodule BotManager.MixProject do {:jason, "~> 1.2"}, {:websockex, "~> 0.4.3"}, {:exbase58, "~> 1.0.2"}, - {:protobuf, "~> 0.12.0"} + {:protobuf, "~> 0.12.0"}, + {:math, "~> 0.7.0"} ] end end