aboutsummaryrefslogtreecommitdiff
path: root/apps/thulani_bot/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/thulani_bot/mix.exs')
-rw-r--r--apps/thulani_bot/mix.exs3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/thulani_bot/mix.exs b/apps/thulani_bot/mix.exs
index 13afa4f..9d3b6ae 100644
--- a/apps/thulani_bot/mix.exs
+++ b/apps/thulani_bot/mix.exs
@@ -24,8 +24,7 @@ defmodule Thulani.Bot.MixProject do
defp deps do
[
- # we look up the token based on an environment variable, so we can't do this
- {:nostrum, "~> 0.4"},
+ {:nostrum, "~> 0.4", runtime: false},
{:util, in_umbrella: true}
]
end