diff --git a/mix.exs b/mix.exs index 50f5543c1da..7a17836bcfa 100755 --- a/mix.exs +++ b/mix.exs @@ -17,7 +17,7 @@ defmodule Bonfire.Umbrella.MixProject do @extra_deps [ # {:bonfire, git: "https://github.com/bonfire-networks/bonfire_spark"}, # putting it here breaks Dockerfile.release - {:floki, "~> 0.33"}, # needed here for CI + {:floki, "~> 0.33", override: true}, # needed here for CI # compilation # {:tria, github: "hissssst/tria"},