Install mock library

This commit is contained in:
2024-03-10 23:04:31 +01:00
parent a9b0e211bd
commit d558019210
3 changed files with 6 additions and 2 deletions

View File

@@ -39,7 +39,8 @@ 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},
{:brod, "~> 3.17.0" },
{:mox, "~> 1.1", only: :test},
{:brod, "~> 3.17.0"},
{:prom_ex, "~> 1.8.0"},
{:telemetry, "~> 1.2"}
]