Skip to content

Commit

Permalink
chore: remove math dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tvillegas98 committed Dec 18, 2024
1 parent fdd4efd commit 042a833
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/bot_manager/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ defmodule BotManager.MixProject do
{:jason, "~> 1.2"},
{:websockex, "~> 0.4.3"},
{:exbase58, "~> 1.0.2"},
{:protobuf, "~> 0.12.0"},
{:math, "~> 0.7.0"}
{:protobuf, "~> 0.12.0"}
]
end
end

0 comments on commit 042a833

Please sign in to comment.