Fix formatting
This commit is contained in:
3
mix.exs
3
mix.exs
@@ -39,7 +39,8 @@ defmodule KafkaexLagExporter.MixProject do
|
|||||||
{:plug_cowboy, "~> 2.6.1"},
|
{:plug_cowboy, "~> 2.6.1"},
|
||||||
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
|
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
|
||||||
{:dialyxir, "~> 1.0", only: [:dev], runtime: false},
|
{:dialyxir, "~> 1.0", only: [:dev], runtime: false},
|
||||||
{:brod, git: "https://github.com/kafka4beam/brod", ref: "0582dbbe1a619f8356caeb7a4c03e92650ac69ac"},
|
{:brod,
|
||||||
|
git: "https://github.com/kafka4beam/brod", ref: "0582dbbe1a619f8356caeb7a4c03e92650ac69ac"},
|
||||||
{:prom_ex, "~> 1.8.0"}
|
{:prom_ex, "~> 1.8.0"}
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user