Replace Mox with Patch
This commit is contained in:
2
mix.exs
2
mix.exs
@@ -39,7 +39,7 @@ defmodule KafkaexLagExporter.MixProject do
|
||||
{:plug_cowboy, "~> 2.6.1"},
|
||||
{:credo, "~> 1.7.5", only: [:dev, :test], runtime: false},
|
||||
{:dialyxir, "~> 1.0", only: [:dev], runtime: false},
|
||||
{:mox, "~> 1.1", only: :test},
|
||||
{:patch, "~> 0.13.0", only: :test},
|
||||
{:brod, "~> 3.17.0"},
|
||||
{:prom_ex, "~> 1.8.0"},
|
||||
{:telemetry, "~> 1.2"}
|
||||
|
||||
Reference in New Issue
Block a user