Skip to content

Commit

Permalink
fix: needs to have override true to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rhblind committed Sep 24, 2024
1 parent 1093325 commit d9934eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ defmodule OffBroadway.EMQTT.MixProject do
[
{:broadway, "~> 1.1"},
{:emqtt, "~> 1.11"},
{:cowlib, "~> 2.12"},
{:cowlib, "~> 2.12", override: true},
{:ex_doc, "~> 0.34.2", only: [:dev, :test], runtime: false},
{:credo, "~> 1.7", only: :dev},
{:dialyxir, "~> 1.4", only: :dev, runtime: false},
Expand Down

0 comments on commit d9934eb

Please sign in to comment.