Install test watcher

This commit is contained in:
2024-03-28 19:05:59 +01:00
parent 1cc9afbcf4
commit 6bf68b74ec
2 changed files with 5 additions and 3 deletions

View File

@@ -37,12 +37,13 @@ defmodule KafkaexLagExporter.MixProject do
{:telemetry_poller, "~> 1.0"},
{:jason, "~> 1.4.0"},
{:plug_cowboy, "~> 2.6.1"},
{:brod, "~> 3.17.0"},
{:prom_ex, "~> 1.8.0"},
{:telemetry, "~> 1.2"},
{:credo, "~> 1.7.5", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.0", only: [:dev], runtime: false},
{:patch, "~> 0.13.0", only: :test},
{:brod, "~> 3.17.0"},
{:prom_ex, "~> 1.8.0"},
{:telemetry, "~> 1.2"}
{:mix_test_watch, "~> 1.2.0", only: [:dev, :test], runtime: false}
]
end
end